mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 10:20:17 -04:00
Staging: rtl8712: remove semicolon after macro
This patch fixes checkpatch.pl warning in rtl871x_mp.h file WARNING : Macro should not use a trailing semicolon Signed-off-by: Tapasweni Pathak <tapaswenipathak@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
c5861b738a
commit
a2955b144b
@@ -208,7 +208,7 @@ enum POWER_MODE {
|
||||
#define RX_PKT_DEST_ADDR 2
|
||||
#define RX_PKT_PHY_MATCH 3
|
||||
|
||||
#define RPTMaxCount 0x000FFFFF;
|
||||
#define RPTMaxCount 0x000FFFFF
|
||||
|
||||
/* parameter 1 : BitMask
|
||||
* bit 0 : OFDM PPDU
|
||||
|
||||
Reference in New Issue
Block a user