diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-01-23 09:27:30 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-01-24 08:12:06 +0100 |
commit | 4d299f183314aa79131abdfa2c528f8807010ea8 (patch) | |
tree | 8df19e2a93411b93a2d47abed80081edbffec9bb /net/rose | |
parent | 43d88774d138496c88920e2bb012f5fd098ee6ad (diff) |
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>
Diffstat (limited to 'net/rose')
-rw-r--r-- | net/rose/af_rose.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rose/af_rose.c b/net/rose/af_rose.c index 46b8ff24020d..1e8eeb044b07 100644 --- a/net/rose/af_rose.c +++ b/net/rose/af_rose.c @@ -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; } |