aboutsummaryrefslogtreecommitdiffstats
path: root/net/rose
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2020-01-23 09:27:30 +0000
committerDavid S. Miller <davem@davemloft.net>2020-01-24 08:12:06 +0100
commit4d299f183314aa79131abdfa2c528f8807010ea8 (patch)
tree8df19e2a93411b93a2d47abed80081edbffec9bb /net/rose
parentcaif_usb: fix spelling mistake "to" -> "too" (diff)
downloadlinux-dev-4d299f183314aa79131abdfa2c528f8807010ea8.tar.xz
linux-dev-4d299f183314aa79131abdfa2c528f8807010ea8.zip
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.c2
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;
}