From: Payal Kshirsagar Date: Mon, 9 Mar 2020 17:09:27 +0000 (+0530) Subject: staging: vt6655: alignment should match open parenthesis X-Git-Tag: io_uring-5.7-2020-04-09~37^2~182 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=a632b9faec47ba19612f439adc13b60cc3b51e21;p=linux-block.git staging: vt6655: alignment should match open parenthesis Align code to the open parenthesis to fix the alignment issue. Signed-off-by: Payal Kshirsagar Link: https://lore.kernel.org/r/20200309170927.6171-1-payalskshirsagar1234@gmail.com Signed-off-by: Greg Kroah-Hartman --- 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__ */