usb: gadget: function: fix typo in f_hid.c

Replace `me` with `be`

Acked-by: Felipe Balbi <balbi@kernel.org>
Signed-off-by: Wei Ming Chen <jj251510319013@gmail.com>
Link: https://lore.kernel.org/r/20210423132417.4385-1-jj251510319013@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Wei Ming Chen 2021-04-23 21:24:17 +08:00 committed by Greg Kroah-Hartman
parent 6efb943b86
commit 29a812e4f3
1 changed files with 1 additions and 1 deletions

View File

@ -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;