projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff0e9f2
)
tracing: Trivia spelling fix containerof() -> container_of()
author
Andy Shevchenko
<
[email protected]
>
Mon, 23 Jul 2018 08:31:59 +0000
(11:31 +0300)
committer
Andy Shevchenko
<
[email protected]
>
Wed, 26 Sep 2018 09:21:00 +0000
(12:21 +0300)
This is the only location on kernel that has wrong spelling
of the container_of() helper. Fix it.
Signed-off-by: Andy Shevchenko <
[email protected]
>
Acked-by: Steven Rostedt (VMware) <
[email protected]
>
Signed-off-by: Andy Shevchenko <
[email protected]
>
kernel/trace/trace_printk.c
patch
|
blob
|
history
diff --git
a/kernel/trace/trace_printk.c
b/kernel/trace/trace_printk.c
index b0875b327f5c3d5c733f79337bef40d5d600fbd1..c3fd849d4a8f93c27d18713ae1e492faa5d24ec9 100644
(file)
--- 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 **