]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
FDDI: defza: Add missing comment closing
authorMaciej W. Rozycki <macro@linux-mips.org>
Wed, 7 Nov 2018 12:06:59 +0000 (12:06 +0000)
committerDavid 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

index ed659ed1721513cadbcd34eb518ed63e5e66d2ef..93bda61be8e382646f3c9213e519690ef8cf3ab4 100644 (file)
@@ -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 */