LVS
lvs-devel
Google
 
Web LinuxVirtualServer.org

Re: [v2 PATCH 3/4] IPVS: Backup, Adding Version 1 receive capability

To: Julian Anastasov <ja@xxxxxx>
Subject: Re: [v2 PATCH 3/4] IPVS: Backup, Adding Version 1 receive capability
Cc: Simon Horman <horms@xxxxxxxxxxxx>, Hans Schillstrom <hans.schillstrom@xxxxxxxxxxxx>, lvs-devel@xxxxxxxxxxxxxxx, wensong@xxxxxxxxxxxx, daniel.lezcano@xxxxxxx
From: Hans Schillstrom <hans@xxxxxxxxxxxxxxx>
Date: Sat, 30 Oct 2010 13:56:09 +0200
On Saturday, October 30, 2010 12:59:34 Julian Anastasov wrote:
> 
>       Hello,
> 
> On Sat, 30 Oct 2010, Simon Horman wrote:
> 
> > I realise that the commenting syntax used throughout IPVS
> > is a) inconsistent and b) for the most part does not comply with
> > any variant of the style guidelines. However, for the record
> > I believe that the preferred commenting style for code in net/
> > and thus IPVS is:
> >
> > /* This is a one line comment */
> >
> > /* This is a
> > * multi-line comment
> > */
> 
>       Documentation/CodingStyle has rule for multi-line:
> 
> /*
>   * This is a
>   * multi-line comment
>   */
> 
> >> +          ip_vs_conn_fill_param(af, sc->v6.protocol,
> >> +                             (const union nf_inet_addr *)&sc->v6.caddr,
> >> +                             sc->v6.cport,
> >> +                             (const union nf_inet_addr *)&sc->v6.vaddr,
> >> +                             sc->v6.vport, p);
> >
> > I'm ok with not aligning to the opening ( in order to avoid
> > going over 80 columns here. Though I suspect others would disagree.
> 
>       Agreed, in such cases I prefer one tab after parent,
> especially, if there is no other code around and when not
> part of some complex 'if' expression.
> 
>       I'm now sure Hans will read Documentation/CodingStyle again :)
> 
I will have it as my night reading ;-)

> Regards
> 
> --
> Julian Anastasov <ja@xxxxxx>

--
To unsubscribe from this list: send the line "unsubscribe lvs-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

<Prev in Thread] Current Thread [Next in Thread>