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)
commit0cd088fc97bbe4834e9bc9727012ecac49386849
tree3538818ef1ce4519336b5b7309b764c6f11a622b
parent630ef791ea8e4274f20b833e1977cb1b0462d3ec
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
This page took 0.057177 seconds and 5 git commands to generate.