diff options
author | Charalampos Mitrodimas <charmitro@posteo.net> | 2023-11-18 16:29:58 +0300 |
---|---|---|
committer | Sebastian Reichel <sebastian.reichel@collabora.com> | 2023-12-25 00:59:28 +0300 |
commit | 3cbbe1be0e3bd4cac5502eb141dd257ab34a4460 (patch) | |
tree | 6ed1d956961995322701aaf827da7d07258ececb /drivers/ata/sata_mv.c | |
parent | c73cc447751898aeac5ef1c0012a03d45721949a (diff) | |
download | linux-3cbbe1be0e3bd4cac5502eb141dd257ab34a4460.tar.xz |
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>
Diffstat (limited to 'drivers/ata/sata_mv.c')
0 files changed, 0 insertions, 0 deletions