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:
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
|
||||
|
|
Loading…
Reference in New Issue