diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-03-29 01:18:53 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-03-30 16:10:04 +0200 |
commit | a9645b273e22662ebea563eae334eb3e4fc6614e (patch) | |
tree | 45c81fa48d8b731abf52e39098dad3c928cd4468 /drivers/atm/iphase.c | |
parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf (diff) | |
download | linux-a9645b273e22662ebea563eae334eb3e4fc6614e.tar.xz linux-a9645b273e22662ebea563eae334eb3e4fc6614e.zip |
atm: iphase: fix spelling mistake: "Receiverd" -> "Received"
Trivial fix to spelling mistake in message text
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r-- | drivers/atm/iphase.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/atm/iphase.c b/drivers/atm/iphase.c index 98a3a43484c8..44abb8a0a5e5 100644 --- a/drivers/atm/iphase.c +++ b/drivers/atm/iphase.c @@ -3147,7 +3147,7 @@ static int ia_proc_read(struct atm_dev *dev,loff_t *pos,char *page) " Size of Tx Buffer : %u\n" " Number of Rx Buffer: %u\n" " Size of Rx Buffer : %u\n" - " Packets Receiverd : %u\n" + " Packets Received : %u\n" " Packets Transmitted: %u\n" " Cells Received : %u\n" " Cells Transmitted : %u\n" |