aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/fddi/defza.h
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2018-11-07 12:06:59 +0000
committerDavid S. Miller <davem@davemloft.net>2018-11-07 21:53:30 -0800
commit5f5fae37dbcf37feae48c40d2580dbd67c5df131 (patch)
tree6b0cd476fc5dd9728c63ad78451d49f31b8a612a /drivers/net/fddi/defza.h
parentFDDI: defza: Fix SPDX annotation (diff)
downloadlinux-dev-5f5fae37dbcf37feae48c40d2580dbd67c5df131.tar.xz
linux-dev-5f5fae37dbcf37feae48c40d2580dbd67c5df131.zip
FDDI: defza: Add missing comment closing
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>
Diffstat (limited to 'drivers/net/fddi/defza.h')
-rw-r--r--drivers/net/fddi/defza.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/fddi/defza.h b/drivers/net/fddi/defza.h
index ed659ed17215..93bda61be8e3 100644
--- 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 */