Commit 2aa8eca6 authored by gushengxian's avatar gushengxian Committed by David S. Miller

net: appletalk: fix some mistakes in grammar

Fix some mistakes in grammar.
Signed-off-by: default avatargushengxian <gushengxian@yulong.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e67f325e
...@@ -707,7 +707,7 @@ static int atif_ioctl(int cmd, void __user *arg) ...@@ -707,7 +707,7 @@ static int atif_ioctl(int cmd, void __user *arg)
/* /*
* Phase 1 is fine on LocalTalk but we don't do * Phase 1 is fine on LocalTalk but we don't do
* EtherTalk phase 1. Anyone wanting to add it go ahead. * EtherTalk phase 1. Anyone wanting to add it, go ahead.
*/ */
if (dev->type == ARPHRD_ETHER && nr->nr_phase != 2) if (dev->type == ARPHRD_ETHER && nr->nr_phase != 2)
return -EPROTONOSUPPORT; return -EPROTONOSUPPORT;
...@@ -828,7 +828,7 @@ static int atif_ioctl(int cmd, void __user *arg) ...@@ -828,7 +828,7 @@ static int atif_ioctl(int cmd, void __user *arg)
nr = (struct atalk_netrange *)&(atif->nets); nr = (struct atalk_netrange *)&(atif->nets);
/* /*
* Phase 1 is fine on Localtalk but we don't do * Phase 1 is fine on Localtalk but we don't do
* Ethertalk phase 1. Anyone wanting to add it go ahead. * Ethertalk phase 1. Anyone wanting to add it, go ahead.
*/ */
if (dev->type == ARPHRD_ETHER && nr->nr_phase != 2) if (dev->type == ARPHRD_ETHER && nr->nr_phase != 2)
return -EPROTONOSUPPORT; return -EPROTONOSUPPORT;
...@@ -2018,7 +2018,7 @@ module_init(atalk_init); ...@@ -2018,7 +2018,7 @@ module_init(atalk_init);
* by the network device layer. * by the network device layer.
* *
* Ergo, before the AppleTalk module can be removed, all AppleTalk * Ergo, before the AppleTalk module can be removed, all AppleTalk
* sockets be closed from user space. * sockets should be closed from user space.
*/ */
static void __exit atalk_exit(void) static void __exit atalk_exit(void)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment