lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID:
 <MN0PR12MB5953D8FCAD8C095B33F74DD5B79D2@MN0PR12MB5953.namprd12.prod.outlook.com>
Date: Thu, 5 Sep 2024 09:34:05 +0000
From: "Pandey, Radhey Shyam" <radhey.shyam.pandey@....com>
To: Colin Ian King <colin.i.king@...il.com>, Greg Kroah-Hartman
	<gregkh@...uxfoundation.org>, "Simek, Michal" <michal.simek@....com>,
	"linux-usb@...r.kernel.org" <linux-usb@...r.kernel.org>,
	"linux-arm-kernel@...ts.infradead.org" <linux-arm-kernel@...ts.infradead.org>
CC: "kernel-janitors@...r.kernel.org" <kernel-janitors@...r.kernel.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH][next] usb: gadget: udc-xilinx: Remove trailing space
 after \n newline

> -----Original Message-----
> From: Colin Ian King <colin.i.king@...il.com>
> Sent: Sunday, September 1, 2024 9:54 PM
> To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>; Michal Simek
> <michal.simek@....com>; linux-usb@...r.kernel.org; linux-arm-
> kernel@...ts.infradead.org
> Cc: kernel-janitors@...r.kernel.org; linux-kernel@...r.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@...il.com>

Reviewed-by: Radhey Shyam Pandey <radhey.shyam.pandey@....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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ