X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lnet%2Fselftest%2Fmodule.c;h=1441600e1a3275e019e48de3b67b6d01669d86bc;hb=8fed107588b74c2a822421e7c0b136210d3dcf65;hp=16da5fde30d78ccf495ed29e70fded24f58b2462;hpb=c5fb44f5ecf8494cd5a497947981bd6905ddc084;p=fs%2Flustre-release.git diff --git a/lnet/selftest/module.c b/lnet/selftest/module.c index 16da5fd..1441600 100644 --- a/lnet/selftest/module.c +++ b/lnet/selftest/module.c @@ -56,13 +56,13 @@ lnet_selftest_exit(void) switch (lst_init_step) { case LST_INIT_CONSOLE: lstcon_console_fini(); - /* fallthrough */ + fallthrough; case LST_INIT_FW: sfw_shutdown(); - /* fallthrough */ + fallthrough; case LST_INIT_RPC: srpc_shutdown(); - /* fallthrough */ + fallthrough; case LST_INIT_WI_TEST: for (i = 0; i < cfs_cpt_number(lnet_cpt_table()); i++) { @@ -73,11 +73,11 @@ lnet_selftest_exit(void) CFS_FREE_PTR_ARRAY(lst_sched_test, cfs_cpt_number(lnet_cpt_table())); lst_sched_test = NULL; - /* fallthrough */ + fallthrough; case LST_INIT_WI_SERIAL: cfs_wi_sched_destroy(lst_sched_serial); lst_sched_serial = NULL; - /* fallthrough */ + fallthrough; case LST_INIT_NONE: break; default: