lkml.org 
[lkml]   [2002]   [May]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subjectfix to sdla_fr.c
From
Date

Hi
this has been broken since -pre8.
Could you apply, it appears to be a MIME thing, or similar.

For some reason, there was some s/%u/%U/.

Please, apply.

Later, Juan.

diff -u linux/drivers/net/wan/sdla_fr.c.orig linux/drivers/net/wan/sdla_fr.c
--- linux/drivers/net/wan/sdla_fr.c.orig 2002-05-07 15:14:29.000000000 +0200
+++ linux/drivers/net/wan/sdla_fr.c 2002-05-07 15:17:52.000000000 +0200
@@ -2815,7 +2815,7 @@
chan->name, NIPQUAD(chan->ip_remote));

}else {
- printk(KERN_INFO "%s: Route Added Successfully: %u.%u.%u.%U\n",
+ printk(KERN_INFO "%s: Route Added Successfully: %u.%u.%u.%u\n",
card->devname,NIPQUAD(chan->ip_remote));
chan->route_flag = ROUTE_ADDED;
}
@@ -4348,9 +4348,9 @@
card->devname,NIPQUAD(arphdr->ar_sip));

printk(KERN_INFO "%s: mask %u.%u.%u.%u\n",
- card->devname, NIPQUAD(in_dev->ida_list->ifa_mask));
+ card->devname, NIPQUAD(in_dev->ifa_list->ifa_mask));
printk(KERN_INFO "%s: local %u.%u.%u.%u\n",
- card->devname,NIPQUAD(in_dev->ida_list->ifa_local));
+ card->devname,NIPQUAD(in_dev->ifa_list->ifa_local));
return -1;
}


--
In theory, practice and theory are the same, but in practice they
are different -- Larry McVoy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:26    [W:0.027 / U:0.552 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site