Commit 3cbbe1be authored by Charalampos Mitrodimas's avatar Charalampos Mitrodimas Committed by Sebastian Reichel
Browse files

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: default avatarCharalampos Mitrodimas <charmitro@posteo.net>
Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
parent c73cc447
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment