treewide: Use fallthrough pseudo-keyword
[sfrench/cifs-2.6.git] / fs / cifs / cifssmb.c
index 0e763d2dcf16648d6465febd8b5f079fd6486e2a..0496934feecb777b6a7ae53a00003278f23517ea 100644 (file)
@@ -581,7 +581,7 @@ should_set_ext_sec_flag(enum securityEnum sectype)
                if (global_secflags &
                    (CIFSSEC_MAY_KRB5 | CIFSSEC_MAY_NTLMSSP))
                        return true;
-               /* Fallthrough */
+               fallthrough;
        default:
                return false;
        }