| To: | Jay Schulist <jschlst@xxxxxxxxx>, "David S. Miller" <davem@xxxxxxxxxx> |
|---|---|
| Subject: | [PATCH] (3/13) atalk_proc whitespace in header |
| From: | Stephen Hemminger <shemminger@xxxxxxxx> |
| Date: | Fri, 29 Aug 2003 13:55:47 -0700 |
| Cc: | netdev@xxxxxxxxxxx |
| Organization: | Open Source Development Lab |
| Sender: | netdev-bounce@xxxxxxxxxxx |
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> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] (4/13) aarp - set last_sent, Stephen Hemminger |
|---|---|
| Next by Date: | [PATCH] (2/13) ddp - invert logic for clarity, Stephen Hemminger |
| Previous by Thread: | [PATCH] (4/13) aarp - set last_sent, Stephen Hemminger |
| Next by Thread: | [PATCH] (2/13) ddp - invert logic for clarity, Stephen Hemminger |
| Indexes: | [Date] [Thread] [Top] [All Lists] |