X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-string-utils.c;h=1f126185ee5c07cc1cbb1d6e46e2fa359d379e5e;hb=ceabb767180e064629b5a9ab4ed14449da864763;hp=7b3504bb6202becf1a89fb7851534432bdfaa4b8;hpb=9f36eaed6f91d5897924b551b44d1edd8cee00e2;p=lttng-modules.git diff --git a/lttng-string-utils.c b/lttng-string-utils.c index 7b3504bb..1f126185 100644 --- a/lttng-string-utils.c +++ b/lttng-string-utils.c @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1) +/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) * * Copyright (C) 2017 Philippe Proulx */ @@ -302,11 +302,12 @@ retry: p = pattern_get_char_at_cb(p_at, pattern_get_char_at_cb_data); + /* Fall-through. */ + default: /* - * Fall through the default case which will - * compare the escaped character now. + * Default case which will compare the escaped + * character now. */ - default: if (p == '\0' || c != p) { end_of_pattern: /* Character mismatch OR end of pattern. */