]> git.baikalelectronics.ru Git - kernel.git/commit
mac802154: remove const for non pointer in cfg ops
authorAlexander Aring <alex.aring@gmail.com>
Mon, 17 Nov 2014 07:20:46 +0000 (08:20 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 17 Nov 2014 08:49:15 +0000 (09:49 +0100)
commit8fe2d0b2328d0dcf7bd8a8780916d257f11d0d89
treec22f47284517a722d6b9110f46558dd2432c7f5c
parent81ef01704cddb6b720ff971d7f07ac6d86435f8a
mac802154: remove const for non pointer in cfg 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/cfg.c