git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0beaca2
)
sfc: Const-qualify static data as appropriate, partly prompted by checkpatch
author
Ben Hutchings
<bhutchings@solarflare.com>
Thu, 5 Jan 2012 19:05:20 +0000
(19:05 +0000)
committer
Ben Hutchings
<bhutchings@solarflare.com>
Mon, 9 Jan 2012 17:08:13 +0000
(17:08 +0000)
Fix the following warnings:
WARNING: struct dev_pm_ops should normally be const
WARNING: static const char * array should probably be static const char * const
Similarly const-qualify struct i2c_board_info, struct i2c_algo_bit_data,
struct efx_ethtool_stat, struct efx_mtd_ops and struct siena_nvram_type_info.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
No differences found