xhci: rename ep_ring variable in queue_bulk_tx(), no functional change
authorMathias Nyman <mathias.nyman@linux.intel.com>
Tue, 21 Jun 2016 07:57:57 +0000 (10:57 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 26 Jun 2016 18:43:39 +0000 (11:43 -0700)
commit5a5a0b1ae54c9467594e75957240b25863d7e997
tree45aaf69ce64ed2498c537293da06b5309fb94c30
parentaa5e94a2e13377e374795de5400e346c978f46be
xhci: rename ep_ring variable in queue_bulk_tx(), no functional change

Tiny change, a bit more readable.
The real reason for this change is that the coming td fragment work
had several over 80 lines character lines split just because of a few
extra characters in variable names.

no functional changes

Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-ring.c