Re: [PATCH] iwl3945: cleanup namespace

From: Christoph Hellwig
Date: Thu Oct 25 2007 - 06:20:08 EST


On Thu, Oct 25, 2007 at 05:19:57PM +0800, Zhu Yi wrote:
>
> On Fri, 2007-10-12 at 15:05 +0200, Christoph Hellwig wrote:
> > prefix all symbols with iwl3945_ and thus allow building the driver
> > into the kernel. Also remove all the useless default statements in
> > Kconfig while we're at it.
> >
> >
> > Signed-off-by: Christoph Hellwig <hch@xxxxxx>
>
> Did you do this manually or with a script? If it is the latter, can you
> run it again against my latest updates for the driver (30 patches I just
> sent to linux-wireless) or share the script with me?

Basically just %s/iwl_/iwl<whatever>_/ in vi, with a tiny bit of
manual fixup. (one iwl_ function is actually coming from a still shared
beader and the BROADCAST_ADDR IIRC)
-
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/