mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Ingo Oeser <ingo.oeser@informatik.tu-chemnitz.de>
To: Tom Lendacky <toml@us.ibm.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: IPSec: PFKey patch
Date: Sat, 8 Feb 2003 07:37:53 +0100	[thread overview]
Message-ID: <20030208073753.D641@nightmaster.csn.tu-chemnitz.de> (raw)
In-Reply-To: <3E441910.2000003@us.ibm.com>; from toml@us.ibm.com on Fri, Feb 07, 2003 at 02:37:36PM -0600

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

      reply	other threads:[~2003-02-08 20:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-07 20:37 Tom Lendacky
2003-02-08  6:37 ` Ingo Oeser [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030208073753.D641@nightmaster.csn.tu-chemnitz.de \
    --to=ingo.oeser@informatik.tu-chemnitz.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=toml@us.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®