diff options
author | Rithvik Patibandla <rithvikp98@gmail.com> | 2016-06-17 12:25:42 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-08-21 18:10:24 +0200 |
commit | 1322739849a885fdf6733d85fd130996cdd586be (patch) | |
tree | 2a77d8b47df6fe46009372e5ae8de9c6a819591b /drivers/staging/vt6656 | |
parent | e7c856556aecea8fb560709fcdc3c188872ab474 (diff) | |
download | talos-op-linux-1322739849a885fdf6733d85fd130996cdd586be.tar.gz talos-op-linux-1322739849a885fdf6733d85fd130996cdd586be.zip |
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>
Diffstat (limited to 'drivers/staging/vt6656')
-rw-r--r-- | drivers/staging/vt6656/baseband.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/vt6656/baseband.h b/drivers/staging/vt6656/baseband.h index 807a5809b5d9..7cc13874f8f1 100644 --- a/drivers/staging/vt6656/baseband.h +++ b/drivers/staging/vt6656/baseband.h @@ -84,10 +84,10 @@ struct vnt_phy_field { } __packed; unsigned int vnt_get_frame_time(u8 preamble_type, u8 pkt_type, - unsigned int frame_length, u16 tx_rate); + unsigned int frame_length, u16 tx_rate); void vnt_get_phy_field(struct vnt_private *, u32 frame_length, - u16 tx_rate, u8 pkt_type, struct vnt_phy_field *); + u16 tx_rate, u8 pkt_type, struct vnt_phy_field *); void vnt_set_short_slot_time(struct vnt_private *); void vnt_set_vga_gain_offset(struct vnt_private *, u8); |