From: Sangjung Woo Date: Thu, 23 Jan 2014 23:55:30 +0000 (-0800) Subject: Documentation/cpu-hotplug.txt: fix a typo in example code X-Git-Tag: v3.14-rc1~108^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3c73a99a1fac2db992b6879b8a78a3ae2fcc06e;p=pandora-kernel.git Documentation/cpu-hotplug.txt: fix a typo in example code As the notifier_block name (i.e. foobar_cpu_notifer) is different from the parameter (i.e.foobar_cpu_notifier) of register function, that is definitely error and it also makes readers confused. Signed-off-by: Sangjung Woo Reviewed-by: Srivatsa S. Bhat Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed