[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130609122856.GA3166@localhost>
Date: Sun, 9 Jun 2013 20:28:56 +0800
From: Fengguang Wu <fengguang.wu@...el.com>
To: netdev@...r.kernel.org
Cc: Lorenzo Colitti <lorenzo@...gle.com>
Subject: [PATCH net-next] net: ipv6: ping_v6_seq_show() can be static
TO: Lorenzo Colitti <lorenzo@...gle.com>
CC: netdev@...r.kernel.org
CC: linux-kernel@...r.kernel.org
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
net/ipv6/ping.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Sorry I just realized this patch could be folded into the previous
one.. It was two patches because the problems are found in two times.
--- linux-next.orig/net/ipv6/ping.c 2013-06-09 20:20:11.085728559 +0800
+++ linux-next/net/ipv6/ping.c 2013-06-09 20:25:25.913736041 +0800
@@ -198,7 +198,7 @@ static void *ping_v6_seq_start(struct se
return ping_seq_start(seq, pos, AF_INET6);
}
-int ping_v6_seq_show(struct seq_file *seq, void *v)
+static int ping_v6_seq_show(struct seq_file *seq, void *v)
{
if (v == SEQ_START_TOKEN) {
seq_puts(seq, IPV6_SEQ_DGRAM_HEADER);
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists