]> 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)
commit2a43815dfc9aaa65671b79853d2ac19e61971c25
tree40ecf418532711b858635ae05431ba7819d97195
parentb4b8175f828fce22262b802c0cf9a847d0f064c8
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