trivial: drivers/char/bsr.c: Storage class should be before const qualifier
authorTobias Klauser <tklauser@distanz.ch>
Mon, 9 Feb 2009 21:01:08 +0000 (22:01 +0100)
committerJiri Kosina <jkosina@suse.cz>
Mon, 30 Mar 2009 13:22:02 +0000 (15:22 +0200)
commit27157a70246c802a5e31996fdc75c7f2a1e548e3
tree49dc45c5957f55c2fb3c2d7c160366da1fbad407
parentb04f376151d17cb7cad48c932ba516622c167b44
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>
drivers/char/bsr.c