OSDN Git Service

net/rose: fix spelling mistake "to" -> "too"
authorColin Ian King <colin.king@canonical.com>
Thu, 23 Jan 2020 09:27:30 +0000 (09:27 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 Jan 2020 07:12:06 +0000 (08:12 +0100)
There is a spelling mistake in a printk message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rose/af_rose.c

index 46b8ff2..1e8eeb0 100644 (file)
@@ -1475,7 +1475,7 @@ static int __init rose_proto_init(void)
        int rc;
 
        if (rose_ndevs > 0x7FFFFFFF/sizeof(struct net_device *)) {
-               printk(KERN_ERR "ROSE: rose_proto_init - rose_ndevs parameter to large\n");
+               printk(KERN_ERR "ROSE: rose_proto_init - rose_ndevs parameter too large\n");
                rc = -EINVAL;
                goto out;
        }