Commit 2917b109 authored by Florian Ziegler's avatar Florian Ziegler Committed by Greg Kroah-Hartman
Browse files

staging: vt6656: Fix alignment of function args



Align function arguments to fix checkpatch.pl CHECK message and rewrap
to match the file's style.

Signed-off-by: default avatarFlorian Ziegler <florian.ziegler@posteo.de>
Link: https://lore.kernel.org/r/20210218232215.17508-1-florian.ziegler@posteo.de


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 85922358
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -375,7 +375,8 @@ int vnt_radio_power_off(struct vnt_private *priv)
	case RF_VT3226D0:
	case RF_VT3342A0:
		ret = vnt_mac_reg_bits_off(priv, MAC_REG_SOFTPWRCTL,
					(SOFTPWRCTL_SWPE2 | SOFTPWRCTL_SWPE3));
					   (SOFTPWRCTL_SWPE2 |
					    SOFTPWRCTL_SWPE3));
		break;
	}