[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20070319.121622.55507267.davem@davemloft.net>
Date: Mon, 19 Mar 2007 12:16:22 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: acme@...hat.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH 1/1] [SK_BUFF]: Adjust the zeroing up to tail in
__alloc_skb too
From: Arnaldo Carvalho de Melo <acme@...hat.com>
Date: Mon, 19 Mar 2007 10:50:30 -0300
> Hi David,
>
> Please pull from:
>
> master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6.22
Pulled, thanks Arnaldo.
Can you please verify the white-space in your patches in the future?
I have a ton of whitespace warnings from GIT to fix up as I'm rebasing
the net-2.6.22 tree. The following "pcheck" script (which I've
probably posted like 10 or more times) works great for this.
Unfortunately, when you "git commit" stuff GIT doesn't do whitespace
damange checking by default, only when you are importing patches or
similar :-/
#!/bin/sh
set -x
git apply --check --whitespace=error-all $1
-
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