]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Fix const declaration for swap function src parameter
authorJohan Hedberg <johan.hedberg@intel.com>
Tue, 18 Mar 2014 10:58:23 +0000 (12:58 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 18 Mar 2014 17:18:26 +0000 (10:18 -0700)
commitd3d8e81a159a3f026948dffc7d279020109a4dde
treeb43d08592628805d8a1fd57f5c5e2903a17739e4
parent47efc8d842be0e00786bbbaefa37d636d67ad7d8
Bluetooth: Fix const declaration for swap function src parameter

To make it possible to (correctly) pass data declared as const as the
src parameter to the swap56 and swap128 functions declare this parameter
also as const.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/smp.c