Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 85833
b: refs/heads/master
c: 9c00409
h: refs/heads/master
i:
  85831: 3fd30ad
v: v3
  • Loading branch information
Uwe Kleine-Koenig authored and David S. Miller committed Feb 18, 2008
1 parent f8f8ea3 commit a59bc49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 32b90fc8b11b94b719745512d7e58c0b25717260
refs/heads/master: 9c00409a2a677511506126634fbfd9f217989e57
2 changes: 1 addition & 1 deletion trunk/net/ipv4/ipconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -1390,7 +1390,7 @@ static int __init ip_auto_config(void)
* Clue in the operator.
*/
printk("IP-Config: Complete:");
printk("\n device=%s", ic_dev->name);
printk("\n device=%s", ic_dev->name);
printk(", addr=%u.%u.%u.%u", NIPQUAD(ic_myaddr));
printk(", mask=%u.%u.%u.%u", NIPQUAD(ic_netmask));
printk(", gw=%u.%u.%u.%u", NIPQUAD(ic_gateway));
Expand Down

0 comments on commit a59bc49

Please sign in to comment.