All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

* Re: [PATCH] usb: gadget: function: fix typo in f_hid.c
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Felipe Balbi @ 2021-04-24  8:09 UTC (permalink / raw)
  To: Wei Ming Chen, linux-kernel, Greg Kroah-Hartman; +Cc: linux-usb, Wei Ming Chen

[-- Attachment #1: Type: text/plain, Size: 208 bytes --]


Hi,

Wei Ming Chen <jj251510319013@gmail.com> writes:

> Replace `me` with `be`
>
> Signed-off-by: Wei Ming Chen <jj251510319013@gmail.com>

Acked-by: Felipe Balbi <balbi@kernel.org>

-- 
balbi

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 857 bytes --]

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.