]> www.infradead.org Git - users/jedix/linux-maple.git/commit
hwmon: (isl28022) apply coding style to module init/exit
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Wed, 20 Nov 2024 08:33:52 +0000 (09:33 +0100)
committerGuenter Roeck <linux@roeck-us.net>
Sat, 14 Dec 2024 16:00:44 +0000 (08:00 -0800)
commit10208399dbe0967880ed32ec43f663f644fde36e
tree0df36094e508e4ca30bb171c292f353e360848f1
parent262a3f6ea8f11aaf27571712a0f983cbea874278
hwmon: (isl28022) apply coding style to module init/exit

Function declarations can be in one line. module_init|exit macros should
be tied to the function.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/isl28022.c