Commit c51afd2d authored by Rinkle Jain's avatar Rinkle Jain Committed by Greg Kroah-Hartman
Browse files

staging: vt6655: Fix style violation for line ending in '('



Replace line ending with '(' with function parameters to resolve
style issue found by checkpath.

Signed-off-by: default avatarRinkle Jain <rinklejain96@gmail.com>
Acked-by: default avatarJulia Lawall <julia.lawall@lip6.fr>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6089735a
Loading
Loading
Loading
Loading
+4 −7
Original line number Original line Diff line number Diff line
@@ -46,13 +46,10 @@
#define TOP_RATE_2M         0x00200000
#define TOP_RATE_2M         0x00200000
#define TOP_RATE_1M         0x00100000
#define TOP_RATE_1M         0x00100000


unsigned int
unsigned int BBuGetFrameTime(unsigned char byPreambleType,
BBuGetFrameTime(
	unsigned char byPreambleType,
			     unsigned char byPktType,
			     unsigned char byPktType,
			     unsigned int cbFrameLength,
			     unsigned int cbFrameLength,
	unsigned short wRate
			     unsigned short wRate);
);


void vnt_get_phy_field(struct vnt_private *priv, u32 frame_length,
void vnt_get_phy_field(struct vnt_private *priv, u32 frame_length,
		       u16 tx_rate, u8 pkt_type, struct vnt_phy_field *phy);
		       u16 tx_rate, u8 pkt_type, struct vnt_phy_field *phy);