diff options
author | Tapasweni Pathak <tapaswenipathak@gmail.com> | 2014-09-21 15:12:02 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-09-23 13:47:12 -0700 |
commit | bd93bf4082063e5695d031b264b6ce07fa32020e (patch) | |
tree | ffe670b3e3e0bf4d81bab17fdbbbe7afd0e48041 /drivers/staging/bcm | |
parent | ca6a32f3a3233c54ca2971ab3f6df5c0f54800b8 (diff) |
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>
Diffstat (limited to 'drivers/staging/bcm')
-rw-r--r-- | drivers/staging/bcm/InterfaceMacros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/bcm/InterfaceMacros.h b/drivers/staging/bcm/InterfaceMacros.h index 7001caff9e26..fedb79437f33 100644 --- a/drivers/staging/bcm/InterfaceMacros.h +++ b/drivers/staging/bcm/InterfaceMacros.h @@ -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 |