aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_printk.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/trace/trace_printk.c')
-rw-r--r--kernel/trace/trace_printk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/trace/trace_printk.c b/kernel/trace/trace_printk.c
index b0875b327f5c..c3fd849d4a8f 100644
--- a/kernel/trace/trace_printk.c
+++ b/kernel/trace/trace_printk.c
@@ -115,7 +115,7 @@ static int module_trace_bprintk_format_notify(struct notifier_block *self,
115 * section, then we need to read the link list pointers. The trick is 115 * section, then we need to read the link list pointers. The trick is
116 * we pass the address of the string to the seq function just like 116 * we pass the address of the string to the seq function just like
117 * we do for the kernel core formats. To get back the structure that 117 * we do for the kernel core formats. To get back the structure that
118 * holds the format, we simply use containerof() and then go to the 118 * holds the format, we simply use container_of() and then go to the
119 * next format in the list. 119 * next format in the list.
120 */ 120 */
121static const char ** 121static const char **