]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: 6lowpan: Rename confusing 'pchan' variables
authorJohan Hedberg <johan.hedberg@intel.com>
Tue, 6 Oct 2015 10:03:23 +0000 (13:03 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 8 Oct 2015 08:43:52 +0000 (10:43 +0200)
commitc957535a42815f3d1c4207f63458f629ea93cb5d
tree3538818ef1ce4519336b5b7309b764c6f11a622b
parent9231a80ff9820280d6f1567890973af6e773e9fc
Bluetooth: 6lowpan: Rename confusing 'pchan' variables

The typical convention when having both a child and a parent channel
variable is to call the former 'chan' and the latter 'pchan'. When
there's only one variable it's called chan. Rename the 'pchan'
variables in the 6lowpan code to follow this convention.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Acked-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/6lowpan.c