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:
Kevin McKinney 2013-10-28 23:51:38 -04:00 committed by Greg Kroah-Hartman
parent 0cd2da41a3
commit 923fb2aece

View File

@ -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;