]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Use shorter "rand" name for "randomizer"
authorJohan Hedberg <johan.hedberg@intel.com>
Mon, 17 Nov 2014 18:52:20 +0000 (20:52 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 18 Nov 2014 00:53:15 +0000 (01:53 +0100)
commit348331546686ab90923fe5f616851e77d546adb1
tree40ecf418532711b858635ae05431ba7819d97195
parent908dc411f8a6c397ca288700065179ff46c5da7c
Bluetooth: Use shorter "rand" name for "randomizer"

The common short form of "randomizer" is "rand" in many places
(including the Bluetooth specification). The shorter version also makes
for easier to read code with less forced line breaks. This patch renames
all occurences of "randomizer" to "rand" in the Bluetooth subsystem
code.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/bluetooth/hci.h
include/net/bluetooth/hci_core.h
include/net/bluetooth/mgmt.h
net/bluetooth/hci_core.c
net/bluetooth/hci_event.c
net/bluetooth/mgmt.c