commit | 38da1703060a520e69b00405f9bdf765d1396cd0 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Mon Nov 17 20:52:20 2014 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Tue Nov 18 01:53:15 2014 +0100 |
tree | 40ecf418532711b858635ae05431ba7819d97195 | |
parent | c19a495c8bccc15acd299f26d72b5d51eb3acb1d [diff] |
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>