Skip to content

Commit eeead84

Browse files
alexandrebellonifelipebalbi
authored andcommitted
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> Signed-off-by: Felipe Balbi <balbi@kernel.org>
1 parent f48f7f9 commit eeead84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/usb/gadget/udc/amd5536udc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ struct udc_ep_regs {
440440
/* endpoint data descriptor pointer */
441441
u32 desptr;
442442

443-
/* reserverd */
443+
/* reserved */
444444
u32 reserved;
445445

446446
/* write/read confirmation */

0 commit comments

Comments
 (0)