]> asedeno.scripts.mit.edu Git - linux.git/commit
xhci: rename size variable to num_tds
authorMathias Nyman <mathias.nyman@linux.intel.com>
Mon, 23 Jan 2017 12:20:24 +0000 (14:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Jan 2017 10:00:02 +0000 (11:00 +0100)
commite6f7caa3de7a6a093e23d2722e45676a6e886e4c
tree672b81fc791364f0f7839aac6bd2d5d6787e387f
parenta711edeeb1a1e80fb8626ee28acc15f084dcb107
xhci: rename size variable to num_tds

No functinal changes.
num_tds describes the number of transfer descriptor better than "size"

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