mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-14 02:55:35 +07:00
Staging: bcm: Fix WARNING: space prohibited before semicolon.
This patch removes a space before semicolon as specified by checkpatch.pl. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
0cd2da41a3
commit
923fb2aece
@ -267,7 +267,7 @@ struct bcm_mini_adapter {
|
|||||||
bool fw_download_done;
|
bool fw_download_done;
|
||||||
|
|
||||||
char *txctlpacket[MAX_CNTRL_PKTS];
|
char *txctlpacket[MAX_CNTRL_PKTS];
|
||||||
atomic_t cntrlpktCnt ;
|
atomic_t cntrlpktCnt;
|
||||||
atomic_t index_app_read_cntrlpkt;
|
atomic_t index_app_read_cntrlpkt;
|
||||||
atomic_t index_wr_txcntrlpkt;
|
atomic_t index_wr_txcntrlpkt;
|
||||||
atomic_t index_rd_txcntrlpkt;
|
atomic_t index_rd_txcntrlpkt;
|
||||||
|
Loading…
Reference in New Issue
Block a user