Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 59857e9e authored by Matwey V. Kornilov's avatar Matwey V. Kornilov Committed by Sebastian Reichel
Browse files

power: reset: reboot-mode: Fix author email format



Closing angle bracket was missing.

Signed-off-by: default avatarMatwey V. Kornilov <matwey@sai.msu.ru>
Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
parent 9eab9a5b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");