]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/net/bnx2x_link.c
Merge branch 'docs-next' of git://git.lwn.net/linux-2.6
[karo-tx-linux.git] / drivers / net / bnx2x_link.c
index 67de94f1f30e10c38beee7cfc0e3bdf2a5715962..fefa6ab130644b44df9ba4f87b46feb5dc35bd21 100644 (file)
@@ -3359,7 +3359,7 @@ static u8 bnx2x_format_ver(u32 num, u8 *str, u16 len)
        u8 shift = 8*4;
        u8 digit;
        if (len < 10) {
-               /* Need more then 10chars for this format */
+               /* Need more than 10chars for this format */
                *str_ptr = '\0';
                return -EINVAL;
        }