power: reset: reboot-mode: Fix author email format
Closing angle bracket was missing. Signed-off-by: Matwey V. Kornilov <matwey@sai.msu.ru> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
This commit is contained in:
parent
9eab9a5b4c
commit
59857e9ead
|
@ -190,6 +190,6 @@ void devm_reboot_mode_unregister(struct device *dev,
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(devm_reboot_mode_unregister);
|
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_DESCRIPTION("System reboot mode core library");
|
||||||
MODULE_LICENSE("GPL v2");
|
MODULE_LICENSE("GPL v2");
|
||||||
|
|
Loading…
Reference in New Issue