lkml.org 
[lkml]   [2003]   [Feb]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: IPSec: PFKey patch
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/

\
 
 \ /
  Last update: 2005-03-22 13:33    [W:0.022 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site