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:
d91d25d
)
vxge: make function table const
author
stephen hemminger
<shemminger@vyatta.com>
Fri, 16 Sep 2011 11:10:01 +0000
(11:10 +0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 16 Sep 2011 23:20:20 +0000
(19:20 -0400)
All tables of function pointers should be const.
The pre-existing code has lots of needless indirection...
Inspired by similar change in PAX.
Compile tested only.
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found