Skip to content

Commit c6e8ac0

Browse files
Frans MeulenbroeksGuenter Roeck
Frans Meulenbroeks
authored and
Guenter Roeck
committed
hwmon: (asus_atk0110) fix checkpatch issues
fixed: WARNING: line over 80 characters raspberrypi#1321: FILE: asus_atk0110.c:1321: + if (data->rtmp_handle && data->rvlt_handle && data->rfan_handle && !new_if) Signed-off-by: Frans Meulenbroeks <[email protected]> Signed-off-by: Guenter Roeck <[email protected]>
1 parent 99b8c83 commit c6e8ac0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/hwmon/asus_atk0110.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1318,7 +1318,8 @@ static int atk_probe_if(struct atk_data *data)
13181318
*/
13191319
if (new_if)
13201320
dev_info(dev, "Overriding interface detection\n");
1321-
if (data->rtmp_handle && data->rvlt_handle && data->rfan_handle && !new_if)
1321+
if (data->rtmp_handle &&
1322+
data->rvlt_handle && data->rfan_handle && !new_if)
13221323
data->old_interface = true;
13231324
else if (data->enumerate_handle && data->read_handle &&
13241325
data->write_handle)

0 commit comments

Comments
 (0)