mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 17:12:06 +00:00
net/rose: fix spelling mistake "to" -> "too"
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>
This commit is contained in:
parent
43d88774d1
commit
4d299f1833
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user