[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20060730113416.7c1d8f80.pj@sgi.com>
Date: Sun, 30 Jul 2006 11:34:16 -0700
From: Paul Jackson <pj@....com>
To: Jesper Juhl <jesper.juhl@...il.com>
Cc: linux-kernel@...r.kernel.org, jesper.juhl@...il.com, akpm@...l.org
Subject: Re: [PATCH 01/12] making the kernel -Wshadow clean - fix mconf
Jesper wrote:
> - cprint("%s", filename);
> + cprint("%s", config_filename);
Something seems strange here to me. It looks like you are sometimes
resolving the shadowed symbols by making the more local symbol have the
longer name.
I'd have expected that the global symbol would be the one with the
longer, more elaborate name.
In other words, I would have expected that we would avoid having global
names such as (from your other patches in this set):
filename
scroll
instr
up
sum
state
rep
complete
irq
Perhaps I am misreading this patch set?
--
I won't rest till it's the best ...
Programmer, Linux Scalability
Paul Jackson <pj@....com> 1.925.600.0401
-
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