Documentation: dt-bindings: update xhci-platform DT binding
[platform/adaptation/renesas_rcar/renesas_kernel.git] / Documentation / cpu-hotplug.txt
index 8cb9938..be675d2 100644 (file)
@@ -285,7 +285,7 @@ A: This is what you would need in your kernel code to receive notifications.
                return NOTIFY_OK;
        }
 
-       static struct notifier_block foobar_cpu_notifer =
+       static struct notifier_block foobar_cpu_notifier =
        {
           .notifier_call = foobar_cpu_callback,
        };