usb: gadget: f_uac2: change maxpctksize/maxpcktsize to wMaxPacketSize
authorColin Ian King <colin.i.king@gmail.com>
Wed, 2 Feb 2022 10:40:58 +0000 (10:40 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Feb 2022 14:52:21 +0000 (15:52 +0100)
commit9d19d966b4cb073bf519d48ba53c33240ac87ce1
treee1aa22c1f478e62817b5ac70cdf6a4c5e8e5e854
parent554237f2bb62c4fcf01372e4c63d3e0062f27bac
usb: gadget: f_uac2: change maxpctksize/maxpcktsize to wMaxPacketSize

The spelling of maxpctksize and maxpcktsize is inconsistent, rename them
both to wMaxPacketSize instead.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20220202104058.590312-1-colin.i.king@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/gadget/function/f_uac2.c