[PATCH] usb: gadget: function: fix typo in f_printer.c

2021-02-14 Thread Wei Ming Chen
In line 824, it is trying to enable `out_ep`, so I believe that in line 826, it should print `out_ep` instead of `in_ep`. Signed-off-by: Wei Ming Chen --- drivers/usb/gadget/function/f_printer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/gadget/function/f_pri

Re: [PATCH] usb: gadget: function: fix typo in f_printer.c

2021-02-14 Thread Greg KH
On Sun, Feb 14, 2021 at 07:35:25PM +0800, AristoChen wrote: > In line 824, it is trying to enable `out_ep`, so I > believe that in line 826, it should print `out_ep` > instead of `in_ep`. > > Signed-off-by: AristoChen Is this the name you use to sign legal documents? If not, please resend with

[PATCH] usb: gadget: function: fix typo in f_printer.c

2021-02-14 Thread AristoChen
In line 824, it is trying to enable `out_ep`, so I believe that in line 826, it should print `out_ep` instead of `in_ep`. Signed-off-by: AristoChen --- drivers/usb/gadget/function/f_printer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/gadget/function/f_printe