Re: [PATCH] firedtv: Storage class should be before const qualifier

2009-04-26 Thread Stefan Richter
Tobias Klauser wrote: The C99 specification states in section 6.11.5: The placement of a storage-class specifier other than at the beginning of the declaration specifiers in a declaration is an obsolescent feature. Signed-off-by: Tobias Klauser Acked-by: Stefan Richter --- drivers/media/dv

[PATCH] firedtv: Storage class should be before const qualifier

2009-04-26 Thread Tobias Klauser
The C99 specification states in section 6.11.5: The placement of a storage-class specifier other than at the beginning of the declaration specifiers in a declaration is an obsolescent feature. Signed-off-by: Tobias Klauser --- drivers/media/dvb/firewire/firedtv-rc.c |4 ++-- 1 files changed