mbox series

[0/2] power: supply: checkpatch errors and warnings

Message ID 20231118132958.157238-1-charmitro@posteo.net (mailing list archive)
Headers show
Series power: supply: checkpatch errors and warnings | expand

Message

Charalampos Mitrodimas Nov. 18, 2023, 1:29 p.m. UTC
List of the errors and warnings this patchset address:
	Errors:
		(1) code indent should use tabs where possible
		(2) switch and case should be at the same indent
	Warnings:
		(1) quoted string split across lines
		(2) Missing a blank line after declarations

Charalampos Mitrodimas (2):
  power: supply: Fix indentation and some other warnings
  power: supply: Use multiple MODULE_AUTHOR statements

 drivers/power/supply/power_supply_core.c | 167 ++++++++++++-----------
 1 file changed, 84 insertions(+), 83 deletions(-)