WAN: Correct comments in hd6457[02].c
authorKrzysztof Hałasa <khc@pm.waw.pl>
Wed, 9 Jul 2008 22:30:51 +0000 (00:30 +0200)
committerKrzysztof Hałasa <khc@pm.waw.pl>
Sat, 22 Nov 2008 01:49:48 +0000 (02:49 +0100)
Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
drivers/net/wan/hd64570.c
drivers/net/wan/hd64572.c

index 64ef618..223238d 100644 (file)
@@ -107,7 +107,7 @@ static inline u16 desc_abs_number(port_t *port, u16 desc, int transmit)
 
 static inline u16 desc_offset(port_t *port, u16 desc, int transmit)
 {
-       /* Descriptor offset always fits in 16 bytes */
+       /* Descriptor offset always fits in 16 bits */
        return desc_abs_number(port, desc, transmit) * sizeof(pkt_desc);
 }
 
index 6a6fe6a..1de3cb7 100644 (file)
@@ -90,7 +90,7 @@ static inline u16 desc_abs_number(port_t *port, u16 desc, int transmit)
 
 static inline u16 desc_offset(port_t *port, u16 desc, int transmit)
 {
-       /* Descriptor offset always fits in 16 bytes */
+       /* Descriptor offset always fits in 16 bits */
        return desc_abs_number(port, desc, transmit) * sizeof(pkt_desc);
 }