[PATCH 1/3] usb: dwc3: xilinx: fix missing space before closing comment delimiter

Thinh Nguyen Thinh.Nguyen at synopsys.com
Wed May 13 18:23:55 PDT 2026


On Mon, May 11, 2026, Radhey Shyam Pandey wrote:
> Add missing space before '*/' in an inline comment to follow
> the kernel coding style.
> 
> Signed-off-by: Radhey Shyam Pandey <radhey.shyam.pandey at amd.com>
> ---
>  drivers/usb/dwc3/dwc3-xilinx.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/usb/dwc3/dwc3-xilinx.c b/drivers/usb/dwc3/dwc3-xilinx.c
> index f41b0da5e89d..a3c7dc258c7d 100644
> --- a/drivers/usb/dwc3/dwc3-xilinx.c
> +++ b/drivers/usb/dwc3/dwc3-xilinx.c
> @@ -196,7 +196,7 @@ static int dwc3_xlnx_init_zynqmp(struct dwc3_xlnx *priv_data)
>  	}
>  
>  	if (priv_data->usb3_phy) {
> -		/* Set PIPE Power Present signal in FPD Power Present Register*/
> +		/* Set PIPE Power Present signal in FPD Power Present Register */
>  		writel(FPD_POWER_PRSNT_OPTION, priv_data->regs + XLNX_USB_FPD_POWER_PRSNT);
>  		/* Set the PIPE Clock Select bit in FPD PIPE Clock register */
>  		writel(PIPE_CLK_SELECT, priv_data->regs + XLNX_USB_FPD_PIPE_CLK);
> -- 
> 2.44.4
> 

Acked-by: Thinh Nguyen <Thinh.Nguyen at synopsys.com>

BR,
Thinh


More information about the linux-arm-kernel mailing list