tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Support for multi-position electro-mechanical keylocks
On Thu Aug 06 2009 at 12:37:08 +0200, Marc Balmer wrote:
>
> Am 06.08.2009 um 12:33 schrieb Matthias Drochner:
>
> >
> >marc%msys.ch@localhost said:
> >>>(C9x 7.1.3: "All identifiers that begin with an underscore and
> >>>either an uppercase letter or another underscore are always reserved
> >>The variable __map is a "hidden" variable that is not used in the
> >>driver itself
> >
> >So a single underscore would both serve the purpose and comply
> >with the standard.
>
> frankly, I don't care so much about how man underscores we use here,
> in any case I will re-check the standard and if this violates it, then
> we should correct it everywhere, of course.
See "the __ namespace in the kernel" thread on the list April this year.
(No, I still haven't done the code changes. "busy")
Strictly, symbol namespacing doesn't apply to this case, since there is
no glocal symbol, but doesn't hurt to be consistent.
Home |
Main Index |
Thread Index |
Old Index