]> git.baikalelectronics.ru Git - kernel.git/commit
tracing: Trivia spelling fix containerof() -> container_of()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 23 Jul 2018 08:31:59 +0000 (11:31 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 26 Sep 2018 09:21:00 +0000 (12:21 +0300)
commit663dc92715ae65f898ec6c38d88394fa99b6d189
tree7b3f315700e248c16e40d22830ff20b2cb4b2e62
parentf76e676e410f05d8235bf97f79f63e79b96d5631
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 <andriy.shevchenko@linux.intel.com>
Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
kernel/trace/trace_printk.c