[PATCH][next] usb: gadget: udc-xilinx: Remove trailing space after \n newline
Pandey, Radhey Shyam
radhey.shyam.pandey at amd.com
Thu Sep 5 02:34:05 PDT 2024
> -----Original Message-----
> From: Colin Ian King <colin.i.king at gmail.com>
> Sent: Sunday, September 1, 2024 9:54 PM
> To: Greg Kroah-Hartman <gregkh at linuxfoundation.org>; Michal Simek
> <michal.simek at amd.com>; linux-usb at vger.kernel.org; linux-arm-
> kernel at lists.infradead.org
> Cc: kernel-janitors at vger.kernel.org; linux-kernel at vger.kernel.org
> Subject: [PATCH][next] usb: gadget: udc-xilinx: Remove trailing space after \n
> newline
>
> There is a extraneous space after a newline in a dev_dbg message.
> Remove it.
>
> Signed-off-by: Colin Ian King <colin.i.king at gmail.com>
Reviewed-by: Radhey Shyam Pandey <radhey.shyam.pandey at amd.com>
Thanks!
> ---
> drivers/usb/gadget/udc/udc-xilinx.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/usb/gadget/udc/udc-xilinx.c
> b/drivers/usb/gadget/udc/udc-xilinx.c
> index 74590f93ea61..ebc45565c33e 100644
> --- a/drivers/usb/gadget/udc/udc-xilinx.c
> +++ b/drivers/usb/gadget/udc/udc-xilinx.c
> @@ -947,7 +947,7 @@ static int xudc_ep_disable(struct usb_ep *_ep)
> ep->desc = NULL;
> ep->ep_usb.desc = NULL;
>
> - dev_dbg(udc->dev, "USB Ep %d disable\n ", ep->epnumber);
> + dev_dbg(udc->dev, "USB Ep %d disable\n", ep->epnumber);
> /* Disable the endpoint.*/
> epcfg = udc->read_fn(udc->addr + ep->offset);
> epcfg &= ~XUSB_EP_CFG_VALID_MASK;
> --
> 2.39.2
More information about the linux-arm-kernel
mailing list