X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=lib%2Fbootconfig.c;h=9f8c70a98fcf39ab8cf3f0053c487a696a7affd3;hb=9805529ec544ea7a82d891d5239a8ebd3dbb2a3e;hp=649ed44f199c2e9f44d93a41c35ba5f67ec43076;hpb=ae7e63d1e34a6df87ef68692593d6d6f89448739;p=linux-2.6-microblaze.git diff --git a/lib/bootconfig.c b/lib/bootconfig.c index 649ed44f199c..9f8c70a98fcf 100644 --- a/lib/bootconfig.c +++ b/lib/bootconfig.c @@ -827,7 +827,7 @@ int __init xbc_init(char *buf, const char **emsg, int *epos) q - 2); break; } - /* fall through */ + fallthrough; case '=': ret = xbc_parse_kv(&p, q, c); break; @@ -836,7 +836,7 @@ int __init xbc_init(char *buf, const char **emsg, int *epos) break; case '#': q = skip_comment(q); - /* fall through */ + fallthrough; case ';': case '\n': ret = xbc_parse_key(&p, q);