* [PATCH] phy: ti: report 2 non-kernel-doc comments
@ 2021-11-15 3:05 Randy Dunlap
2021-11-16 10:40 ` Vinod Koul
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2021-11-15 3:05 UTC (permalink / raw)
To: linux-kernel
Cc: Randy Dunlap, kernel test robot, Kishon Vijay Abraham I,
Vinod Koul, linux-phy
Do not use "/**" to begin a non-kernel-doc comment.
Fixes these build warnings:
drivers/phy/ti/phy-am654-serdes.c:3: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
* PCIe SERDES driver for AM654x SoC
drivers/phy/ti/phy-j721e-wiz.c:3: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
* Wrapper driver for SERDES used in J721E
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: kernel test robot <lkp@intel.com>
Cc: Kishon Vijay Abraham I <kishon@ti.com>
Cc: Vinod Koul <vkoul@kernel.org>
Cc: linux-phy@lists.infradead.org
---
drivers/phy/ti/phy-am654-serdes.c | 2 +-
drivers/phy/ti/phy-j721e-wiz.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--- linux-next-20211102.orig/drivers/phy/ti/phy-am654-serdes.c
+++ linux-next-20211102/drivers/phy/ti/phy-am654-serdes.c
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
-/**
+/*
* PCIe SERDES driver for AM654x SoC
*
* Copyright (C) 2018 - 2019 Texas Instruments Incorporated - http://www.ti.com/
--- linux-next-20211102.orig/drivers/phy/ti/phy-j721e-wiz.c
+++ linux-next-20211102/drivers/phy/ti/phy-j721e-wiz.c
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
-/**
+/*
* Wrapper driver for SERDES used in J721E
*
* Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH] phy: ti: report 2 non-kernel-doc comments
2021-11-15 3:05 [PATCH] phy: ti: report 2 non-kernel-doc comments Randy Dunlap
@ 2021-11-16 10:40 ` Vinod Koul
0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2021-11-16 10:40 UTC (permalink / raw)
To: Randy Dunlap
Cc: linux-kernel, kernel test robot, Kishon Vijay Abraham I,
linux-phy
On 14-11-21, 19:05, Randy Dunlap wrote:
> Do not use "/**" to begin a non-kernel-doc comment.
> Fixes these build warnings:
>
> drivers/phy/ti/phy-am654-serdes.c:3: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
> * PCIe SERDES driver for AM654x SoC
>
> drivers/phy/ti/phy-j721e-wiz.c:3: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
> * Wrapper driver for SERDES used in J721E
Applied, thanks
--
~Vinod
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-11-16 10:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-15 3:05 [PATCH] phy: ti: report 2 non-kernel-doc comments Randy Dunlap
2021-11-16 10:40 ` Vinod Koul
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox