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:
96ed82c
)
FDDI: defza: Add missing comment closing
author
Maciej W. Rozycki
<macro@linux-mips.org>
Wed, 7 Nov 2018 12:06:59 +0000
(12:06 +0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 8 Nov 2018 05:53:30 +0000
(21:53 -0800)
Fix:
drivers/net/fddi/defza.h:238:1: warning: "/*" within comment [-Wcomment]
by adding a missing comment closing.
Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/fddi/defza.h
patch
|
blob
|
history
diff --git
a/drivers/net/fddi/defza.h
b/drivers/net/fddi/defza.h
index ed659ed1721513cadbcd34eb518ed63e5e66d2ef..93bda61be8e382646f3c9213e519690ef8cf3ab4 100644
(file)
--- a/
drivers/net/fddi/defza.h
+++ b/
drivers/net/fddi/defza.h
@@
-235,6
+235,7
@@
struct fza_ring_cmd {
#define FZA_RING_CMD 0x200400 /* command ring address */
#define FZA_RING_CMD_SIZE 0x40 /* command descriptor ring
* size
+ */
/* Command constants. */
#define FZA_RING_CMD_MASK 0x7fffffff
#define FZA_RING_CMD_NOP 0x00000000 /* nop */