X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-tracepoint.c;h=ed78a1770e16c13de50f51b620ca589deece0bc5;hb=2bc89292c6ac6030a7498a798671cca921ae61df;hp=bbb2c7a4fdb04a79664f2bd2e5ca679176124d78;hpb=c1b0a62512c0dad3c79f3eb29ed29d3a702f2274;p=lttng-modules.git diff --git a/lttng-tracepoint.c b/lttng-tracepoint.c index bbb2c7a4..ed78a177 100644 --- a/lttng-tracepoint.c +++ b/lttng-tracepoint.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) * * lttng-tracepoint.c * @@ -15,7 +15,7 @@ #include #include -#include +#include #include #include @@ -256,7 +256,7 @@ int lttng_tracepoint_coming(struct tp_module *tp_mod) } } mutex_unlock(<tng_tracepoint_mutex); - return 0; + return NOTIFY_OK; } static