[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20100323.115344.134124384.davem@davemloft.net>
Date: Tue, 23 Mar 2010 11:53:44 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: james@...apman.plus.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH 00/12] l2tp: Introduce L2TPv3 support
From: James Chapman <james@...apman.plus.com>
Date: Tue, 23 Mar 2010 10:19:03 +0000
> scripts/checkpatch.pl didn't pick these up. Is there a recommended way
> to find these in the future? I'm using stg to manage these patches.
GIT warns about them when you try to apply them.
I check patches using a dry run with a script that looks
something like:
#!/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