From: Scott Matheina Date: Wed, 11 Jan 2017 04:34:17 +0000 (-0600) Subject: staging:vt6656:mac.c Aligned to match open parenthesis X-Git-Tag: v4.11-rc1~116^2~354 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=cf25326683cad5c347a36e37b422db1fd26a895f;p=karo-tx-linux.git staging:vt6656:mac.c Aligned to match open parenthesis Fixes checkpatch warning: Alignment should match open parenthesis Signed-off-by: Scott Matheina Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6656/mac.c b/drivers/staging/vt6656/mac.c index 86d98bc6634b..417fdad1f9ae 100644 --- a/drivers/staging/vt6656/mac.c +++ b/drivers/staging/vt6656/mac.c @@ -169,8 +169,8 @@ void vnt_mac_write_word(struct vnt_private *priv, u8 reg_ofs, u16 word) data[0] = (u8)(word & 0xff); data[1] = (u8)(word >> 8); - vnt_control_out(priv, MESSAGE_TYPE_WRITE, - reg_ofs, MESSAGE_REQUEST_MACREG, ARRAY_SIZE(data), data); + vnt_control_out(priv, MESSAGE_TYPE_WRITE, reg_ofs, + MESSAGE_REQUEST_MACREG, ARRAY_SIZE(data), data); } void vnt_mac_set_bssid_addr(struct vnt_private *priv, u8 *addr)