Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Maciej W. Rozycki and committed by
David S. Miller
5f5fae37 96ed82cc

+1
+1
drivers/net/fddi/defza.h
··· 235 235 #define FZA_RING_CMD 0x200400 /* command ring address */ 236 236 #define FZA_RING_CMD_SIZE 0x40 /* command descriptor ring 237 237 * size 238 + */ 238 239 /* Command constants. */ 239 240 #define FZA_RING_CMD_MASK 0x7fffffff 240 241 #define FZA_RING_CMD_NOP 0x00000000 /* nop */