]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
staging: vt6655: alignment should match open parenthesis
authorPayal Kshirsagar <payalskshirsagar1234@gmail.com>
Mon, 9 Mar 2020 17:09:27 +0000 (22:39 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 10 Mar 2020 09:15:21 +0000 (10:15 +0100)
Align code to the open parenthesis to fix the alignment issue.

Signed-off-by: Payal Kshirsagar <payalskshirsagar1234@gmail.com>
Link: https://lore.kernel.org/r/20200309170927.6171-1-payalskshirsagar1234@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/card.h

index 25867cb9d13d78623e9984a7b9b64fd7440bfd6b..337266add6b28338dbed998810c18e7d9b8e46aa 100644 (file)
@@ -63,6 +63,6 @@ bool CARDbSetPhyParameter(struct vnt_private *priv, u8 bb_type);
 bool CARDbUpdateTSF(struct vnt_private *priv, unsigned char byRxRate,
                    u64 qwBSSTimestamp);
 bool CARDbSetBeaconPeriod(struct vnt_private *priv,
-                          unsigned short wBeaconInterval);
+                         unsigned short wBeaconInterval);
 
 #endif /* __CARD_H__ */