mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-13 00:29:50 +00:00
staging:vt6656:mac.c Aligned to match open parenthesis
Fixes checkpatch warning: Alignment should match open parenthesis Signed-off-by: Scott Matheina <scott@matheina.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e996024f04
commit
cf25326683
@ -169,8 +169,8 @@ void vnt_mac_write_word(struct vnt_private *priv, u8 reg_ofs, u16 word)
|
|||||||
data[0] = (u8)(word & 0xff);
|
data[0] = (u8)(word & 0xff);
|
||||||
data[1] = (u8)(word >> 8);
|
data[1] = (u8)(word >> 8);
|
||||||
|
|
||||||
vnt_control_out(priv, MESSAGE_TYPE_WRITE,
|
vnt_control_out(priv, MESSAGE_TYPE_WRITE, reg_ofs,
|
||||||
reg_ofs, MESSAGE_REQUEST_MACREG, ARRAY_SIZE(data), data);
|
MESSAGE_REQUEST_MACREG, ARRAY_SIZE(data), data);
|
||||||
}
|
}
|
||||||
|
|
||||||
void vnt_mac_set_bssid_addr(struct vnt_private *priv, u8 *addr)
|
void vnt_mac_set_bssid_addr(struct vnt_private *priv, u8 *addr)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user