From: Andy Shevchenko Date: Mon, 23 Jul 2018 08:31:59 +0000 (+0300) Subject: tracing: Trivia spelling fix containerof() -> container_of() X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=ca9184f0797c4893db928527fb2b6999eb753ccb;p=openwrt%2Fstaging%2Fblogic.git tracing: Trivia spelling fix containerof() -> container_of() This is the only location on kernel that has wrong spelling of the container_of() helper. Fix it. Signed-off-by: Andy Shevchenko Acked-by: Steven Rostedt (VMware) Signed-off-by: Andy Shevchenko --- 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, * section, then we need to read the link list pointers. The trick is * we pass the address of the string to the seq function just like * we do for the kernel core formats. To get back the structure that - * holds the format, we simply use containerof() and then go to the + * holds the format, we simply use container_of() and then go to the * next format in the list. */ static const char **