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:
6d5fb87
)
mac802154: remove const for non pointer in rdev-ops
author
Alexander Aring
<alex.aring@gmail.com>
Mon, 17 Nov 2014 07:20:47 +0000
(08:20 +0100)
committer
Marcel Holtmann
<marcel@holtmann.org>
Mon, 17 Nov 2014 08:49:15 +0000
(09:49 +0100)
This patches removes the const keyword in variables which are non
pointers. There is no sense to declare call by value parameters as
const.
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Reported-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
No differences found