mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 07:08:21 -04:00
usb: gadget: amd5536udc: fix spelling mistake "reserverd" -> "reserved"
The variable is named reserved, the comment should say so. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Link: https://lore.kernel.org/r/20200214142446.22483-1-alexandre.belloni@bootlin.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
b57a368efd
commit
fcec45910e
@@ -440,7 +440,7 @@ struct udc_ep_regs {
|
||||
/* endpoint data descriptor pointer */
|
||||
u32 desptr;
|
||||
|
||||
/* reserverd */
|
||||
/* reserved */
|
||||
u32 reserved;
|
||||
|
||||
/* write/read confirmation */
|
||||
|
||||
Reference in New Issue
Block a user