[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20090630222947.GA16628@mail.gnudd.com>
Date: Wed, 1 Jul 2009 00:29:47 +0200
From: Alessandro Rubini <rubini-list@...dd.com>
To: linux@....linux.org.uk
Cc: soni.trilok@...il.com, leochen@...adcom.com, plagnioj@...osoft.com,
linux-arm-kernel@...ts.arm.linux.org.uk,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v1 3/6][ARM] new ARM SoC support: BCMRing
> 1. wrap the string. This is considered bad practice since it means
> that you can't grep the kernel source for the exact message.
FWIW, I always grep in kernel objects, so I'm immune to both string
splitting and message duplication in drivers I'm not using.
#!/bin/sh
find . -name "*.o" -o -name "*.ko" | xargs strings -f | grep ":.*$1"
/alessandro
--
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