mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
f48f7f9216
commit
eeead84748
|
@ -440,7 +440,7 @@ struct udc_ep_regs {
|
||||||
/* endpoint data descriptor pointer */
|
/* endpoint data descriptor pointer */
|
||||||
u32 desptr;
|
u32 desptr;
|
||||||
|
|
||||||
/* reserverd */
|
/* reserved */
|
||||||
u32 reserved;
|
u32 reserved;
|
||||||
|
|
||||||
/* write/read confirmation */
|
/* write/read confirmation */
|
||||||
|
|
Loading…
Reference in New Issue