Re: add memset checks to checkpatch.pl

From: Ãvar ArnfjÃrà Bjarmason
Date: Thu Sep 02 2010 - 09:17:50 EST


On Thu, Sep 2, 2010 at 10:52, Andy Whitcroft <apw@xxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/