commit | cbfa6f2a684e9fb7d6a5025b3893b8f93112683c | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Mon Apr 21 22:27:50 2008 +0000 |
committer | Jesper Juhl <juhl@hera.kernel.org> | Mon Apr 21 22:27:50 2008 +0000 |
tree | 4a91c873df8c9cf12b64835724c052f88db6b9bd | |
parent | b1d18dc06ba6b9056f95aaf1f8c464830846f87f [diff] |
DVB: Storage class should be before const qualifier 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 <tklauser@distanz.ch> Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>