]> Pileus Git - ~andy/linux/blobdiff - drivers/net/tun.c
rapidio: fix new kernel-doc warnings
[~andy/linux] / drivers / net / tun.c
index 7599c457abd158648a50f1ccf997a3174a2f2443..b100bd50a0d7f27e0bda4144ffb3288a5bfc4d40 100644 (file)
@@ -1309,7 +1309,7 @@ static long __tun_chr_ioctl(struct file *file, unsigned int cmd,
                break;
 
        case SIOCGIFHWADDR:
-               /* Get hw addres */
+               /* Get hw address */
                memcpy(ifr.ifr_hwaddr.sa_data, tun->dev->dev_addr, ETH_ALEN);
                ifr.ifr_hwaddr.sa_family = tun->dev->type;
                if (copy_to_user(argp, &ifr, ifreq_len))