[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4F860905.4090106@gmail.com>
Date: Wed, 11 Apr 2012 15:43:17 -0700
From: David Daney <ddaney.cavm@...il.com>
To: "Robert P. J. Day" <rpjday@...shcourse.ca>
CC: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: almost time to run my kernel source cleaning scripts again?
On 04/11/2012 02:07 PM, Robert P. J. Day wrote:
>
> it's been a while so i was thinking of firing up my scripts to
> peruse the source tree looking for oddities/inconsistencies/whatever
> (unless someone else is already doing that).
>
> one example is looking for preprocessor tests of symbols that aren't
> defined in any Kconfig file, and i can focus on any part of the source
> tree. for example, if i run that script against drivers/mmc, i get:
[...]
>
>>>>>> CAVIUM_OCTEON_NUM_PACKET_BUFFERS
> drivers/staging/octeon/ethernet-defines.h:36: * CONFIG_CAVIUM_OCTEON_NUM_PACKET_BUFFERS
> drivers/staging/octeon/ethernet.c:56:#if defined(CONFIG_CAVIUM_OCTEON_NUM_PACKET_BUFFERS) \
> drivers/staging/octeon/ethernet.c:57: && CONFIG_CAVIUM_OCTEON_NUM_PACKET_BUFFERS
> drivers/staging/octeon/ethernet.c:58:int num_packet_buffers = CONFIG_CAVIUM_OCTEON_NUM_PACKET_BUFFERS;
I am aware of these and am working on fixing them.
Thanks,
David Daney
--
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