Merge branch 'pci/ntb'
[linux-2.6-microblaze.git] / lib / nlattr.c
index 09aa181..5b6116e 100644 (file)
@@ -432,7 +432,7 @@ static int validate_nla(const struct nlattr *nla, int maxtype,
                        err = -EINVAL;
                        goto out_err;
                }
-               /* fall through */
+               fallthrough;
 
        case NLA_STRING:
                if (attrlen < 1)