Mathieu Malaterre 21f63a5da2 kernel/sys: annotate implicit fall through
There is a plan to build the kernel with -Wimplicit-fallthrough and this
place in the code produced a warning (W=1).

This commit remove the following warning:

  kernel/sys.c:1748:6: warning: this statement may fall through [-Wimplicit-fallthrough=]

Link: http://lkml.kernel.org/r/20190114203347.17530-1-malat@debian.org
Signed-off-by: Mathieu Malaterre <malat@debian.org>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2019-03-07 18:31:59 -08:00
..
2019-02-28 08:29:50 +01:00
2019-02-23 10:53:31 +01:00
2018-11-26 18:41:21 -05:00
2018-11-26 18:41:21 -05:00
2019-02-04 08:57:24 +01:00
2018-12-19 13:52:44 -05:00
2019-02-01 20:55:38 +01:00
2018-12-28 12:42:30 -08:00
2018-10-31 08:54:16 -07:00
2018-07-03 09:20:44 +02:00
2019-01-11 18:05:40 -08:00
2019-03-06 14:52:48 -08:00