commit | 83bd11a06da8bd119cc517de84b3214df3a7a6d4 | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Wed Dec 23 14:04:43 2009 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Dec 28 16:19:55 2009 -0500 |
tree | 24e65d0dce2e36884eca3bbac32413e0deadcade | |
parent | 3bdb2d48c5f58c781a4099c99044384a23620884 [diff] |
ath9k: 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: John W. Linville <linville@tuxdriver.com>