* [PATCH] usb: gadget: function: fix typo in f_hid.c
@ 2021-04-23 13:24 Wei Ming Chen
2021-04-24 8:09 ` Felipe Balbi
0 siblings, 1 reply; 2+ messages in thread
From: Wei Ming Chen @ 2021-04-23 13:24 UTC (permalink / raw)
To: linux-kernel; +Cc: balbi, linux-usb, Wei Ming Chen
Replace `me` with `be`
Signed-off-by: Wei Ming Chen <jj251510319013@gmail.com>
---
drivers/usb/gadget/function/f_hid.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/usb/gadget/function/f_hid.c b/drivers/usb/gadget/function/f_hid.c
index 1125f4715830..0c964be58406 100644
--- a/drivers/usb/gadget/function/f_hid.c
+++ b/drivers/usb/gadget/function/f_hid.c
@@ -1117,7 +1117,7 @@ static struct usb_function *hidg_alloc(struct usb_function_instance *fi)
hidg->func.setup = hidg_setup;
hidg->func.free_func = hidg_free;
- /* this could me made configurable at some point */
+ /* this could be made configurable at some point */
hidg->qlen = 4;
return &hidg->func;
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-04-24 8:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-23 13:24 [PATCH] usb: gadget: function: fix typo in f_hid.c Wei Ming Chen
2021-04-24 8:09 ` Felipe Balbi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox