Cleanup: Move patches.i to include/generated/
[lttng-modules.git] / lttng-tracepoint.c
index bbb2c7a4fdb04a79664f2bd2e5ca679176124d78..ed78a1770e16c13de50f51b620ca589deece0bc5 100644 (file)
@@ -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)
  *
  * lttng-tracepoint.c
  *
@@ -15,7 +15,7 @@
 #include <linux/jhash.h>
 #include <linux/module.h>
 
-#include <lttng-tracepoint.h>
+#include <lttng/tracepoint.h>
 #include <wrapper/list.h>
 #include <wrapper/tracepoint.h>
 
@@ -256,7 +256,7 @@ int lttng_tracepoint_coming(struct tp_module *tp_mod)
                }
        }
        mutex_unlock(&lttng_tracepoint_mutex);
-       return 0;
+       return NOTIFY_OK;
 }
 
 static
This page took 0.023899 seconds and 4 git commands to generate.