mac802154: remove const for non pointer in driver-ops
authorAlexander Aring <alex.aring@gmail.com>
Mon, 17 Nov 2014 07:20:45 +0000 (08:20 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 17 Nov 2014 08:49:14 +0000 (09:49 +0100)
commit29cd54b9bfaccd8e1291e100a1cc9e42b7ff717e
treecc32814e204873f5742d241882a9b9530060af4e
parent2d6dde29ae144cd87879963477cdedb96be542c7
mac802154: remove const for non pointer in driver-ops

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>
net/mac802154/driver-ops.h
This page took 0.03947 seconds and 5 git commands to generate.