]> git.baikalelectronics.ru Git - kernel.git/commit
USB: cdc.h: ncm: fix one more typo
authorYauheni Kaliuta <yauheni.kaliuta@nokia.com>
Fri, 24 Sep 2010 06:43:27 +0000 (09:43 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 22 Oct 2010 17:21:48 +0000 (10:21 -0700)
commit5be6748ed3dee296c62aad0cee8ad6b08e03f822
treeff37a569e69b09cc917ee0d1cfbe89ae2888f495
parent08c7ad7ee0ea0243180e16b254b2921a22293bce
USB: cdc.h: ncm: fix one more typo

In usb_cdc_ncm_dpe32 the fields are 32 bit long and according
to usb style (hungarian notation) should be called dwDatagramIndex
and dwDatagramLength (see CDC NCM subclass spec, 3.3.2). Actually,
they were called wDatagramIndex, wDatagramLength.

Signed-off-by: Yauheni Kaliuta <yauheni.kaliuta@nokia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/usb/cdc.h