Commit 29a812e4 authored by Wei Ming Chen's avatar Wei Ming Chen Committed by Greg Kroah-Hartman
Browse files

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

parent 6efb943b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;