OSDN Git Service

staging: vt6655: Fix style violation for line ending in '('
authorRinkle Jain <rinklejain96@gmail.com>
Sun, 4 Mar 2018 07:22:25 +0000 (12:52 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 6 Mar 2018 12:01:11 +0000 (04:01 -0800)
Replace line ending with '(' with function parameters to resolve
style issue found by checkpath.

Signed-off-by: Rinkle Jain <rinklejain96@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/baseband.h

index b8ee33d..30d9e9d 100644 (file)
 #define TOP_RATE_2M         0x00200000
 #define TOP_RATE_1M         0x00100000
 
-unsigned int
-BBuGetFrameTime(
-       unsigned char byPreambleType,
-       unsigned char byPktType,
-       unsigned int cbFrameLength,
-       unsigned short wRate
-);
+unsigned int BBuGetFrameTime(unsigned char byPreambleType,
+                            unsigned char byPktType,
+                            unsigned int cbFrameLength,
+                            unsigned short wRate);
 
 void vnt_get_phy_field(struct vnt_private *priv, u32 frame_length,
                       u16 tx_rate, u8 pkt_type, struct vnt_phy_field *phy);