linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] phy: qualcomm: phy-qcom-usb-hs: repair non-kernel-doc comment
@ 2021-07-23  2:25 Randy Dunlap
  2021-08-06 11:45 ` Vinod Koul
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2021-07-23  2:25 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, kernel test robot, Andy Gross, Bjorn Andersson,
	linux-arm-msm, Kishon Vijay Abraham I, Vinod Koul, linux-phy

Fix errant use of "/**" to begin a comment although the comment
is not kernel-doc notation. Just use "/*" instead.

Fixes this kernel-doc warning:

drivers/phy/qualcomm/phy-qcom-usb-hs.c:3: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
    * Copyright (C) 2016 Linaro Ltd

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: kernel test robot <lkp@intel.com>
Cc: Andy Gross <agross@kernel.org>
Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: linux-arm-msm@vger.kernel.org
Cc: Kishon Vijay Abraham I <kishon@ti.com>
Cc: Vinod Koul <vkoul@kernel.org>
Cc: linux-phy@lists.infradead.org
---
 drivers/phy/qualcomm/phy-qcom-usb-hs.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20210722.orig/drivers/phy/qualcomm/phy-qcom-usb-hs.c
+++ linux-next-20210722/drivers/phy/qualcomm/phy-qcom-usb-hs.c
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-only
-/**
+/*
  * Copyright (C) 2016 Linaro Ltd
  */
 #include <linux/module.h>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] phy: qualcomm: phy-qcom-usb-hs: repair non-kernel-doc comment
  2021-07-23  2:25 [PATCH] phy: qualcomm: phy-qcom-usb-hs: repair non-kernel-doc comment Randy Dunlap
@ 2021-08-06 11:45 ` Vinod Koul
  0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2021-08-06 11:45 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: linux-kernel, kernel test robot, Andy Gross, Bjorn Andersson,
	linux-arm-msm, Kishon Vijay Abraham I, linux-phy

On 22-07-21, 19:25, Randy Dunlap wrote:
> Fix errant use of "/**" to begin a comment although the comment
> is not kernel-doc notation. Just use "/*" instead.
> 
> Fixes this kernel-doc warning:
> 
> drivers/phy/qualcomm/phy-qcom-usb-hs.c:3: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
>     * Copyright (C) 2016 Linaro Ltd

Applied, thanks

-- 
~Vinod

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-06 11:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-23  2:25 [PATCH] phy: qualcomm: phy-qcom-usb-hs: repair non-kernel-doc comment Randy Dunlap
2021-08-06 11:45 ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).