Update to SPDX v3.0 identifiers
[lttng-modules.git] / lttng-tracepoint.c
index bbb2c7a4fdb04a79664f2bd2e5ca679176124d78..42bae9ae0eeb6868b73394226b0cc22b7c10cc2e 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
  *
@@ -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.023048 seconds and 4 git commands to generate.