• Mathieu Malaterre's avatar
    security: keys: annotate implicit fall throughs · 23711df7
    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 warnings:
    
      security/keys/request_key.c:293:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
      security/keys/request_key.c:298:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
      security/keys/request_key.c:307: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>
    23711df7
request_key.c 20.4 KB