commit | 27157a70246c802a5e31996fdc75c7f2a1e548e3 | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Mon Feb 09 22:01:08 2009 +0100 |
committer | Jiri Kosina <jkosina@suse.cz> | Mon Mar 30 15:22:02 2009 +0200 |
tree | 49dc45c5957f55c2fb3c2d7c160366da1fbad407 | |
parent | b04f376151d17cb7cad48c932ba516622c167b44 [diff] |
trivial: drivers/char/bsr.c: 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: Jiri Kosina <jkosina@suse.cz>