mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 15:42:46 +00:00
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>
This commit is contained in:
parent
ad3ee73007
commit
a632b9faec
1 changed files with 1 additions and 1 deletions
|
@ -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__ */
|
||||
|
|
Loading…
Reference in a new issue