]> git.baikalelectronics.ru Git - kernel.git/commit
ath5k: Storage class should be before const qualifier
authorTobias Klauser <tklauser@distanz.ch>
Sun, 26 Apr 2009 12:58:40 +0000 (14:58 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 6 May 2009 19:14:49 +0000 (15:14 -0400)
commit48a1c65825ac83537082afc29fe5e1da67ce1289
tree25c090fc8d2e6060b9d2efeedfe3bf4cfefdb888
parenta8b3868f43ffd6004edff6b3c262a30fff3e63ad
ath5k: Storage class should be before const qualifier

commit 2582492f4a2a8da302b838f514bfbb84178c0664 reverted the previous
patch (commit a4b56325e971fa9019e5e3877ff618c67e5adc95).

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>
Acked-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath5k/eeprom.c