[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <AANLkTimU81+SaHMF7LQf-baDor3nOQgaNjDGhfrJCwqS@mail.gmail.com>
Date: Thu, 2 Sep 2010 13:17:45 +0000
From: Ævar Arnfjörð Bjarmason <avarab@...il.com>
To: Andy Whitcroft <apw@...onical.com>
Cc: Joe Perches <joe@...ches.com>, Dave Jones <davej@...hat.com>,
Linux Kernel <linux-kernel@...r.kernel.org>
Subject: Re: add memset checks to checkpatch.pl
On Thu, Sep 2, 2010 at 10:52, Andy Whitcroft <apw@...onical.com> wrote:
> [...] /^(0x|)0$/i
The canonical way to write this is using curlies:
/^(0x)?0$/i
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists