1. 13 2月, 2019 28 次提交
  2. 09 2月, 2019 3 次提交
  3. 31 1月, 2019 1 次提交
  4. 30 1月, 2019 1 次提交
  5. 29 1月, 2019 1 次提交
  6. 26 1月, 2019 2 次提交
  7. 25 1月, 2019 2 次提交
  8. 24 1月, 2019 1 次提交
  9. 23 1月, 2019 1 次提交
    • M
      security: keys: annotate implicit fall throughs · 23711df7
      Mathieu Malaterre 提交于
      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: NMathieu Malaterre <malat@debian.org>
      Signed-off-by: NJames Morris <james.morris@microsoft.com>
      23711df7