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)
commit38da1703060a520e69b00405f9bdf765d1396cd0
tree40ecf418532711b858635ae05431ba7819d97195
parentc19a495c8bccc15acd299f26d72b5d51eb3acb1d
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