From: David Miller <davem@davemloft.net>
To: acme@redhat.com
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH 1/1] [SK_BUFF]: Adjust the zeroing up to tail in __alloc_skb too
Date: Mon, 19 Mar 2007 12:16:22 -0700 (PDT) [thread overview]
Message-ID: <20070319.121622.55507267.davem@davemloft.net> (raw)
In-Reply-To: <20070319135030.GE17811@ghostprotocols.net>
From: Arnaldo Carvalho de Melo <acme@redhat.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
next prev parent reply other threads:[~2007-03-19 19:16 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-19 13:50 [PATCH 1/1] [SK_BUFF]: Adjust the zeroing up to tail in __alloc_skb too Arnaldo Carvalho de Melo
2007-03-19 19:16 ` David Miller [this message]
2007-03-19 20:48 ` Arnaldo Carvalho de Melo
2007-03-19 21:40 ` David Miller
-- strict thread matches above, loose matches on Subject: below --
2007-03-20 23:05 Arnaldo Carvalho de Melo
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=20070319.121622.55507267.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=acme@redhat.com \
--cc=netdev@vger.kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).