projects
/
deliverable
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1cf842
)
ip: ipip compile warning
author
Stephen Hemminger
<shemminger@vyatta.com>
Sun, 22 Feb 2009 08:02:08 +0000
(
00:02
-0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 23 Feb 2009 03:54:45 +0000
(19:54 -0800)
Get rid of compile warning about non-const format
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ipip.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv4/ipip.c
b/net/ipv4/ipip.c
index 5079dfbc6f38b1423b537cd9f8ba27ab2a08c685..c49c4ecfb1541c06db42d3501f0938d3c85d66a6 100644
(file)
--- a/
net/ipv4/ipip.c
+++ b/
net/ipv4/ipip.c
@@
-750,7
+750,7
@@
static struct xfrm_tunnel ipip_handler = {
.priority = 1,
};
-static c
har banner[] __initdata
=
+static c
onst char banner[] __initconst
=
KERN_INFO "IPv4 over IPv4 tunneling driver\n";
static void ipip_destroy_tunnels(struct ipip_net *ipn)
This page took
0.027136 seconds
and
5
git commands to generate.