X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=lib%2Fnlattr.c;h=5b6116e81f9f206462d691e5af52aa3044fd900e;hb=01ab1ede9190b9fafa88b1c97129c034fa9aa437;hp=09aa181569e03a4fe283fed5da70ac4096dedc57;hpb=489e9fea66f31086f85d9a18e61e4791d94a56a4;p=linux-2.6-microblaze.git diff --git a/lib/nlattr.c b/lib/nlattr.c index 09aa181569e0..5b6116e81f9f 100644 --- a/lib/nlattr.c +++ b/lib/nlattr.c @@ -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)