aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655
diff options
context:
space:
mode:
authorPayal Kshirsagar <payalskshirsagar1234@gmail.com>2020-03-09 22:39:27 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-03-10 10:15:21 +0100
commita632b9faec47ba19612f439adc13b60cc3b51e21 (patch)
treec80a34e1d416edf0441ded336fa2c12198ca884b /drivers/staging/vt6655
parentstaging: vt6656: remove blank line (diff)
downloadlinux-dev-a632b9faec47ba19612f439adc13b60cc3b51e21.tar.xz
linux-dev-a632b9faec47ba19612f439adc13b60cc3b51e21.zip
staging: vt6655: alignment should match open parenthesis
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>
Diffstat (limited to 'drivers/staging/vt6655')
-rw-r--r--drivers/staging/vt6655/card.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6655/card.h b/drivers/staging/vt6655/card.h
index 25867cb9d13d..337266add6b2 100644
--- a/drivers/staging/vt6655/card.h
+++ b/drivers/staging/vt6655/card.h
@@ -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__ */