page alloc wrapper: Fix get_pfnblock_flags_mask prototype
[lttng-modules.git] / lttng-string-utils.c
index 416896cc0bb22c9741815948a4bb6f104531a134..e807570663d64f03002bf7f15f67553d87b69b5e 100644 (file)
@@ -4,6 +4,7 @@
  */
 
 #include <linux/types.h>
+#include <wrapper/compiler_attributes.h>
 
 #include <lttng-string-utils.h>
 
@@ -302,7 +303,7 @@ retry:
                        p = pattern_get_char_at_cb(p_at,
                                pattern_get_char_at_cb_data);
 
-                       /* Fall-through. */
+                       lttng_fallthrough;
                default:
                        /*
                         * Default case which will compare the escaped
This page took 0.022594 seconds and 4 git commands to generate.