hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/drivers/power/reset/reboot-mode.c
....@@ -1,10 +1,6 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Copyright (c) 2016, Fuzhou Rockchip Electronics Co., Ltd
3
- *
4
- * This program is free software; you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License as published by
6
- * the Free Software Foundation; either version 2 of the License, or
7
- * (at your option) any later version.
84 */
95
106 #include <linux/device.h>
....@@ -265,6 +261,6 @@
265261 }
266262 EXPORT_SYMBOL_GPL(devm_reboot_mode_unregister);
267263
268
-MODULE_AUTHOR("Andy Yan <andy.yan@rock-chips.com");
264
+MODULE_AUTHOR("Andy Yan <andy.yan@rock-chips.com>");
269265 MODULE_DESCRIPTION("System reboot mode core library");
270266 MODULE_LICENSE("GPL v2");