X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-i2c.c;h=9dc1c79ead08a1877918f1a5d1ed03ec6ae31229;hb=4f47ccf08dfac3d5db7553eb8b40bdab19764727;hp=728132b7dab438d1ffaec8a36b5f7eff7e19f25e;hpb=9f36eaed6f91d5897924b551b44d1edd8cee00e2;p=lttng-modules.git diff --git a/probes/lttng-probe-i2c.c b/probes/lttng-probe-i2c.c index 728132b7..9dc1c79e 100644 --- a/probes/lttng-probe-i2c.c +++ b/probes/lttng-probe-i2c.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) * * probes/lttng-probe-i2c.c * @@ -10,7 +10,7 @@ #include #include -#include +#include /* * Create the tracepoint static inlines from the kernel to validate that our @@ -23,7 +23,7 @@ */ #define LTTNG_PACKAGE_BUILD #define CREATE_TRACE_POINTS -#define TRACE_INCLUDE_PATH instrumentation/events/lttng-module +#define TRACE_INCLUDE_PATH instrumentation/events static int extract_sensitive_payload; module_param(extract_sensitive_payload, int, 0644); @@ -31,7 +31,7 @@ MODULE_PARM_DESC(extract_sensitive_payload, "Whether to extract possibly sensitive data from events (i2c " "buffer contents) or not (1 or 0, default: 0)."); -#include +#include MODULE_LICENSE("GPL and additional rights"); MODULE_AUTHOR("Simon Marchi ");