logo       

[PATCH] (3/13) atalk_proc whitespace in header: msg#00959

Subject: [PATCH] (3/13) atalk_proc whitespace in header
The header for /proc/net/atalk/interfaces is not lined up right
with the data because it has a tab rather than spaces.

diff -Nru a/net/appletalk/atalk_proc.c b/net/appletalk/atalk_proc.c
--- a/net/appletalk/atalk_proc.c        Fri Aug 29 11:02:59 2003
+++ b/net/appletalk/atalk_proc.c        Fri Aug 29 11:02:59 2003
@@ -64,7 +64,7 @@
        struct atalk_iface *iface;
 
        if (v == (void *)1) {
-               seq_puts(seq, "Interface          Address   Networks   "
+               seq_puts(seq, "Interface        Address   Networks  "
                              "Status\n");
                goto out;
        }




<Prev in Thread] Current Thread [Next in Thread>