leds: is31fl319x: Cleanup formatting and dev_dbg calls
authorVincent Knecht <vincent.knecht@mailoo.org>
Tue, 12 Jul 2022 10:08:33 +0000 (12:08 +0200)
committerPavel Machek <pavel@ucw.cz>
Tue, 2 Aug 2022 14:43:30 +0000 (16:43 +0200)
commit774268347938bb8e541eb9f6831e24045c353811
tree8c9e1cd98d01b9b957139934b57d4f5662461a97
parentfa877cf1abb9ef297cfc413b78e998e4fc1394d3
leds: is31fl319x: Cleanup formatting and dev_dbg calls

Fix remaining non-standard place for comments.

Remove remaining dev_dbg after regmap_read in is31fl3196_brightness_set.

Remove __func__ in dev_dbg calls, instead adding "channel" string to
describe the first displayed value.

Change remaining container_of() call to be on one line,
as well as a few others.

Signed-off-by: Vincent Knecht <vincent.knecht@mailoo.org>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
drivers/leds/leds-is31fl319x.c