Re: IPSec: PFKey patch

From: Ingo Oeser (ingo.oeser@informatik.tu-chemnitz.de)
Date: Sat Feb 08 2003 - 01:37:53 EST


Hi Tom,

On Fri, Feb 07, 2003 at 02:37:36PM -0600, Tom Lendacky wrote:
> - size = sizeof(struct sadb_msg) +
> + return sizeof(struct sadb_msg) +
> sizeof(struct sadb_lifetime) * 3 +
> sizeof(struct sadb_address)*2 +
> sizeof(struct sockaddr_in)*2 + /* XXX */
> sizeof(struct sadb_x_policy) +
> xp->xfrm_nr*(sizeof(struct sadb_x_ipsecrequest) +
> sizeof(struct sockaddr_in)*2);

Could you indent this monster more equally like

   return sizeof(struct foo)
         + sizeof(struct bar) * 2
         + sizeof(struct boom);

Thanks, that will help our eyes ;-)

Regards

Ingo Oeser

-- 
Science is what we can tell a computer. Art is everything else. --- D.E.Knuth
-
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/



This archive was generated by hypermail 2b29 : Sat Feb 15 2003 - 22:00:20 EST