X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=lib%2Fbootconfig.c;h=9f8c70a98fcf39ab8cf3f0053c487a696a7affd3;hb=8a5be36b9303ae167468d4f5e1b3c090b9981396;hp=649ed44f199c2e9f44d93a41c35ba5f67ec43076;hpb=30636a59f4c1a40720156079cabcad60351949f2;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);