]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
power: reset: reboot-mode: Fix author email format
authorMatwey V. Kornilov <matwey@sai.msu.ru>
Sat, 13 Jul 2019 15:42:48 +0000 (18:42 +0300)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Mon, 2 Sep 2019 19:05:59 +0000 (21:05 +0200)
Closing angle bracket was missing.

Signed-off-by: Matwey V. Kornilov <matwey@sai.msu.ru>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/reset/reboot-mode.c

index 06ff035b57f5123e9a5bafe8149df7084b99c284..b4076b10b89376a71ff6f6c3ba807b20e673de86 100644 (file)
@@ -190,6 +190,6 @@ void devm_reboot_mode_unregister(struct device *dev,
 }
 EXPORT_SYMBOL_GPL(devm_reboot_mode_unregister);
 
-MODULE_AUTHOR("Andy Yan <andy.yan@rock-chips.com");
+MODULE_AUTHOR("Andy Yan <andy.yan@rock-chips.com>");
 MODULE_DESCRIPTION("System reboot mode core library");
 MODULE_LICENSE("GPL v2");