mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
staging: bcm: fix error do not use c99 comments
This patch fixes checkpatch.pl error in InterfaceMacros.h file ERROR: do not use C99 // comments Signed-off-by: Tapasweni Pathak <tapaswenipathak@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ca6a32f3a3
commit
bd93bf4082
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
#define MAX_DATA_BUFFER_SIZE 2048
|
||||
|
||||
//Num of Asynchronous reads pending
|
||||
/* Num of Asynchronous reads pending */
|
||||
#define NUM_RX_DESC 64
|
||||
|
||||
#define SYS_CFG 0x0F000C00
|
||||
|
|
Loading…
Reference in a new issue