File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -707,7 +707,7 @@ static int atif_ioctl(int cmd, void __user *arg)
707
707
708
708
/*
709
709
* 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.
711
711
*/
712
712
if (dev -> type == ARPHRD_ETHER && nr -> nr_phase != 2 )
713
713
return - EPROTONOSUPPORT ;
@@ -828,7 +828,7 @@ static int atif_ioctl(int cmd, void __user *arg)
828
828
nr = (struct atalk_netrange * )& (atif -> nets );
829
829
/*
830
830
* 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.
832
832
*/
833
833
if (dev -> type == ARPHRD_ETHER && nr -> nr_phase != 2 )
834
834
return - EPROTONOSUPPORT ;
@@ -2018,7 +2018,7 @@ module_init(atalk_init);
2018
2018
* by the network device layer.
2019
2019
*
2020
2020
* 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.
2022
2022
*/
2023
2023
static void __exit atalk_exit (void )
2024
2024
{
You can’t perform that action at this time.
0 commit comments