We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98eef48 + 4232b21 commit 4dda133Copy full SHA for 4dda133
Documentation/technical/api-trace.txt
@@ -28,7 +28,7 @@ static struct trace_key trace_foo = TRACE_KEY_INIT(FOO);
28
29
static void trace_print_foo(const char *message)
30
{
31
- trace_print_key(&trace_foo, message);
+ trace_printf_key(&trace_foo, "%s", message);
32
}
33
------------
34
+
0 commit comments