power: supply: Use multiple MODULE_AUTHOR statements
authorCharalampos Mitrodimas <charmitro@posteo.net>
Sat, 18 Nov 2023 13:29:58 +0000 (13:29 +0000)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Sun, 24 Dec 2023 21:59:28 +0000 (22:59 +0100)
commit3cbbe1be0e3bd4cac5502eb141dd257ab34a4460
tree6ed1d956961995322701aaf827da7d07258ececb
parentc73cc447751898aeac5ef1c0012a03d45721949a
power: supply: Use multiple MODULE_AUTHOR statements

This resolves checkpatch warning "quoted string split across lines" on:
1640: WARNING: quoted string split across lines
1641: WARNING: quoted string split across lines

The motive to use multiple MODULE_AUTHOR statements came from this
comment from "include/linux/module.h":
/*
 * Author(s), use "Name <email>" or just "Name", for multiple
 * authors use multiple MODULE_AUTHOR() statements/lines.
 */
#define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)

Signed-off-by: Charalampos Mitrodimas <charmitro@posteo.net>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/power_supply_core.c