projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c297005
)
Staging: bcm: Queue.h: fix checkpatch errors: comments
author
Martin Gumbrecht
<
[email protected]
>
Fri, 20 Jun 2014 15:38:00 +0000
(17:38 +0200)
committer
Greg Kroah-Hartman
<
[email protected]
>
Fri, 20 Jun 2014 16:48:25 +0000
(09:48 -0700)
This patch improves coding style in Queue.h
Comments according to the coding guideline
Signed-off-by: Martin Gumbrecht <
[email protected]
>
Signed-off-by: Christian Bay <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/bcm/Queue.h
patch
|
blob
|
history
diff --git
a/drivers/staging/bcm/Queue.h
b/drivers/staging/bcm/Queue.h
index e1f1da2bb6d4fec6d163c2b26fb2a88813e6c0fa..ebc7222932f1592b9696666050857ba3ddaa0a21 100644
(file)
--- a/
drivers/staging/bcm/Queue.h
+++ b/
drivers/staging/bcm/Queue.h
@@
-1,5
+1,5
@@
/*************************************
-*
Queue.h
+* Queue.h
**************************************/
#ifndef __QUEUE_H__
#define __QUEUE_H__
@@
-28,4
+28,4
@@
do \
Head = Head->next; \
} \
}while(0)
-#endif /
/__QUEUE_H__
+#endif /
* __QUEUE_H__ */