Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Matwey V. Kornilov and committed by
Sebastian Reichel
59857e9e 9eab9a5b

+1 -1
+1 -1
drivers/power/reset/reboot-mode.c
··· 190 190 } 191 191 EXPORT_SYMBOL_GPL(devm_reboot_mode_unregister); 192 192 193 - MODULE_AUTHOR("Andy Yan <andy.yan@rock-chips.com"); 193 + MODULE_AUTHOR("Andy Yan <andy.yan@rock-chips.com>"); 194 194 MODULE_DESCRIPTION("System reboot mode core library"); 195 195 MODULE_LICENSE("GPL v2");