From: Yauheni Kaliuta Date: Fri, 24 Sep 2010 06:43:27 +0000 (+0300) Subject: USB: cdc.h: ncm: fix one more typo X-Git-Tag: v2.6.37-rc1~154^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6195e3c6aa84dbbf80a60731168118824bd58bba;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed