]> 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)
commit014925a981434d28a5b323c82af8f111673730f1
tree3538818ef1ce4519336b5b7309b764c6f11a622b
parent2be834877eddf9d37836c78f6870b6de3ab42a33
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