Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit bd93bf40 authored by Tapasweni Pathak's avatar Tapasweni Pathak Committed by Greg Kroah-Hartman
Browse files

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: default avatarTapasweni Pathak <tapaswenipathak@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ca6a32f3
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment