Skip to content

Commit 2aa8eca

Browse files
gushengxiandavem330
authored andcommitted
net: appletalk: fix some mistakes in grammar
Fix some mistakes in grammar. Signed-off-by: gushengxian <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent e67f325 commit 2aa8eca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

net/appletalk/ddp.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ static int atif_ioctl(int cmd, void __user *arg)
707707

708708
/*
709709
* Phase 1 is fine on LocalTalk but we don't do
710-
* EtherTalk phase 1. Anyone wanting to add it go ahead.
710+
* EtherTalk phase 1. Anyone wanting to add it, go ahead.
711711
*/
712712
if (dev->type == ARPHRD_ETHER && nr->nr_phase != 2)
713713
return -EPROTONOSUPPORT;
@@ -828,7 +828,7 @@ static int atif_ioctl(int cmd, void __user *arg)
828828
nr = (struct atalk_netrange *)&(atif->nets);
829829
/*
830830
* Phase 1 is fine on Localtalk but we don't do
831-
* Ethertalk phase 1. Anyone wanting to add it go ahead.
831+
* Ethertalk phase 1. Anyone wanting to add it, go ahead.
832832
*/
833833
if (dev->type == ARPHRD_ETHER && nr->nr_phase != 2)
834834
return -EPROTONOSUPPORT;
@@ -2018,7 +2018,7 @@ module_init(atalk_init);
20182018
* by the network device layer.
20192019
*
20202020
* Ergo, before the AppleTalk module can be removed, all AppleTalk
2021-
* sockets be closed from user space.
2021+
* sockets should be closed from user space.
20222022
*/
20232023
static void __exit atalk_exit(void)
20242024
{

0 commit comments

Comments
 (0)