commit | a0ea949358579c22019202c6876d61087a79361f | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Thu May 20 10:38:11 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Jun 02 16:13:29 2010 -0400 |
tree | d549731ee50e31f4fcc5a80bbcab7c8b3f3d283b | |
parent | c5395b67437b47c4a4c0686d3db99be9327ef67e [diff] |
drivers/net/wireless: 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> Acked-by: Reinette Chatre <reinette.chatre@intel.com> Acked-by: Luciano Coelho <luciano.coelho@nokia.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>