Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging:vt6656:baseband.h: Fix alignment issue

Fix "Alignment should match open paranthesis" check thrown by
checkpatch.pl

Signed-off-by: Rithvik Patibandla <rithvikp98@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Rithvik Patibandla and committed by
Greg Kroah-Hartman
13227398 e7c85655

+2 -2
+2 -2
drivers/staging/vt6656/baseband.h
··· 84 84 } __packed; 85 85 86 86 unsigned int vnt_get_frame_time(u8 preamble_type, u8 pkt_type, 87 - unsigned int frame_length, u16 tx_rate); 87 + unsigned int frame_length, u16 tx_rate); 88 88 89 89 void vnt_get_phy_field(struct vnt_private *, u32 frame_length, 90 - u16 tx_rate, u8 pkt_type, struct vnt_phy_field *); 90 + u16 tx_rate, u8 pkt_type, struct vnt_phy_field *); 91 91 92 92 void vnt_set_short_slot_time(struct vnt_private *); 93 93 void vnt_set_vga_gain_offset(struct vnt_private *, u8);