You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[NET] APPLETALK: Fix whitespace errors.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
122952fc2d
commit
ed4477b960
@@ -292,7 +292,7 @@ int __init atalk_proc_init(void)
|
||||
p->proc_fops = &atalk_seq_socket_fops;
|
||||
|
||||
p = create_proc_entry("arp", S_IRUGO, atalk_proc_dir);
|
||||
if (!p)
|
||||
if (!p)
|
||||
goto out_arp;
|
||||
p->proc_fops = &atalk_seq_arp_fops;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user