9p: fix spelling mistake in fall-through annotation
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Mon, 3 Sep 2018 19:38:06 +0000 (14:38 -0500)
committerDominique Martinet <dominique.martinet@cea.fr>
Fri, 7 Sep 2018 16:39:47 +0000 (01:39 +0900)
commit426d5a0f9733ecc2c4d7b252672fa8b1970d1c91
treee21bf7cba0a943c55e3f1387770cf1d99ec93463
parent8b894adb2b7e1d1e64b8954569c761eaf3d51ab5
9p: fix spelling mistake in fall-through annotation

Replace "fallthough" with a proper "fall through" annotation.

This fix is part of the ongoing efforts to enabling -Wimplicit-fallthrough

Link: http://lkml.kernel.org/r/20180903193806.GA11258@embeddedor.com
Addresses-Coverity-ID: 402012 ("Missing break in switch")
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Dominique Martinet <dominique.martinet@cea.fr>
fs/9p/vfs_file.c