[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080902064753.GF13730@verge.net.au>
Date: Tue, 2 Sep 2008 16:47:55 +1000
From: Simon Horman <horms@...ge.net.au>
To: Julius Volz <juliusv@...gle.com>
Cc: netdev@...r.kernel.org, lvs-devel@...r.kernel.org, kaber@...sh.net,
vbusam@...gle.com
Subject: Re: [PATCHv2 RFC 12/25] IPVS: Extend functions for
getting/creating connections
On Mon, Sep 01, 2008 at 02:56:09PM +0200, Julius Volz wrote:
> Extend functions for getting/creating connections and connection
> templates for IPv6 support and fix the callers.
>
> Signed-off-by: Julius Volz <juliusv@...gle.com>
./scripts/checkpatch.pl has flagged the following problems.
I realise that the last one is not new, but could you fix it anyway?
WARNING: line over 80 characters
#177: FILE: net/ipv4/ipvs/ip_vs_conn.c:236:
+ cp = __ip_vs_conn_in_get(af, protocol, s_addr, 0, d_addr, d_port);
WARNING: line over 80 characters
#549: FILE: net/ipv4/ipvs/ip_vs_ftp.c:175:
+ NIPQUAD(from.ip), ntohs(port), NIPQUAD(cp->caddr.ip), 0);
ERROR: space required after that ',' (ctx:VxV)
#578: FILE: net/ipv4/ipvs/ip_vs_ftp.c:201:
+ sprintf(buf,"%d,%d,%d,%d,%d,%d", NIPQUAD(from.ip),
^
total: 1 errors, 2 warnings, 690 lines checked
--
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