• Mathieu Malaterre's avatar
    security: keys: annotate implicit fall throughs · 0f949bcc
    Mathieu Malaterre authored
    There is a plan to build the kernel with -Wimplicit-fallthrough and
    these places in the code produced warnings (W=1). Fix them up.
    
    This commit remove the following warning:
    
      security/keys/process_keys.c:380:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
      security/keys/process_keys.c:404:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
      security/keys/process_keys.c:424:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
    Signed-off-by: default avatarMathieu Malaterre <malat@debian.org>
    Signed-off-by: default avatarJames Morris <james.morris@microsoft.com>
    0f949bcc
process_keys.c 21.2 KB