From: Randy Dunlap <rdunlap@infradead.org>
To: Lukas Bulwahn <lukas.bulwahn@gmail.com>,
Rob Herring <robh+dt@kernel.org>,
devicetree@vger.kernel.org
Cc: Aditya Srivastava <yashsri421@gmail.com>,
Wei Xu <xuwei5@hisilicon.com>,
Philipp Zabel <p.zabel@pengutronix.de>,
Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>,
linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org,
kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] devicetree: replace invalid kernel-doc comment headers
Date: Mon, 22 Mar 2021 11:46:38 -0700 [thread overview]
Message-ID: <ba94e5f1-8219-716d-2a6b-9cb2dd434ed8@infradead.org> (raw)
In-Reply-To: <20210322072343.19993-1-lukas.bulwahn@gmail.com>
On 3/22/21 12:23 AM, Lukas Bulwahn wrote:
> The opening comment mark '/**' is used for indicating the beginning of
> kernel-doc comments.
>
> Replace uses of '/**' for invalid cases in dt-binding headers and dts.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.
> ---
> Rob, please pick this quick kernel-doc cleanup patch.
>
> arch/arm64/boot/dts/hisilicon/hip05-d02.dts | 2 +-
> arch/arm64/boot/dts/hisilicon/hip05.dtsi | 2 +-
> arch/arm64/boot/dts/hisilicon/hip06-d03.dts | 2 +-
> arch/arm64/boot/dts/hisilicon/hip06.dtsi | 4 ++--
> arch/arm64/boot/dts/hisilicon/hip07-d05.dts | 2 +-
> arch/arm64/boot/dts/hisilicon/hip07.dtsi | 2 +-
> include/dt-bindings/reset/hisi,hi6220-resets.h | 2 +-
> include/dt-bindings/reset/snps,hsdk-reset.h | 2 +-
> 8 files changed, 9 insertions(+), 9 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/hisilicon/hip05-d02.dts b/arch/arm64/boot/dts/hisilicon/hip05-d02.dts
> index 369b69b17b91..3d3d52bf41f5 100644
> --- a/arch/arm64/boot/dts/hisilicon/hip05-d02.dts
> +++ b/arch/arm64/boot/dts/hisilicon/hip05-d02.dts
> @@ -1,5 +1,5 @@
> // SPDX-License-Identifier: GPL-2.0-only
> -/**
> +/*
> * dts file for Hisilicon D02 Development Board
> *
> * Copyright (C) 2014,2015 Hisilicon Ltd.
> diff --git a/arch/arm64/boot/dts/hisilicon/hip05.dtsi b/arch/arm64/boot/dts/hisilicon/hip05.dtsi
> index 4aed8d440b3a..5161e3476531 100644
> --- a/arch/arm64/boot/dts/hisilicon/hip05.dtsi
> +++ b/arch/arm64/boot/dts/hisilicon/hip05.dtsi
> @@ -1,5 +1,5 @@
> // SPDX-License-Identifier: GPL-2.0-only
> -/**
> +/*
> * dts file for Hisilicon D02 Development Board
> *
> * Copyright (C) 2014,2015 Hisilicon Ltd.
> diff --git a/arch/arm64/boot/dts/hisilicon/hip06-d03.dts b/arch/arm64/boot/dts/hisilicon/hip06-d03.dts
> index 9f4a930e734d..97aa42a86fd9 100644
> --- a/arch/arm64/boot/dts/hisilicon/hip06-d03.dts
> +++ b/arch/arm64/boot/dts/hisilicon/hip06-d03.dts
> @@ -1,5 +1,5 @@
> // SPDX-License-Identifier: GPL-2.0-only
> -/**
> +/*
> * dts file for Hisilicon D03 Development Board
> *
> * Copyright (C) 2016 Hisilicon Ltd.
> diff --git a/arch/arm64/boot/dts/hisilicon/hip06.dtsi b/arch/arm64/boot/dts/hisilicon/hip06.dtsi
> index 7deca5f763d5..d86ee1d25ab8 100644
> --- a/arch/arm64/boot/dts/hisilicon/hip06.dtsi
> +++ b/arch/arm64/boot/dts/hisilicon/hip06.dtsi
> @@ -1,5 +1,5 @@
> // SPDX-License-Identifier: GPL-2.0-only
> -/**
> +/*
> * dts file for Hisilicon D03 Development Board
> *
> * Copyright (C) 2016 Hisilicon Ltd.
> @@ -315,7 +315,7 @@
> };
> };
>
> - /**
> + /*
> * HiSilicon erratum 161010801: This describes the limitation
> * of HiSilicon platforms hip06/hip07 to support the SMMUv3
> * mappings for PCIe MSI transactions.
> diff --git a/arch/arm64/boot/dts/hisilicon/hip07-d05.dts b/arch/arm64/boot/dts/hisilicon/hip07-d05.dts
> index 81a2312c8a26..57debca7b1ac 100644
> --- a/arch/arm64/boot/dts/hisilicon/hip07-d05.dts
> +++ b/arch/arm64/boot/dts/hisilicon/hip07-d05.dts
> @@ -1,5 +1,5 @@
> // SPDX-License-Identifier: GPL-2.0-only
> -/**
> +/*
> * dts file for Hisilicon D05 Development Board
> *
> * Copyright (C) 2016 Hisilicon Ltd.
> diff --git a/arch/arm64/boot/dts/hisilicon/hip07.dtsi b/arch/arm64/boot/dts/hisilicon/hip07.dtsi
> index 2172d8071181..553f7c5209ad 100644
> --- a/arch/arm64/boot/dts/hisilicon/hip07.dtsi
> +++ b/arch/arm64/boot/dts/hisilicon/hip07.dtsi
> @@ -1,5 +1,5 @@
> // SPDX-License-Identifier: GPL-2.0-only
> -/**
> +/*
> * dts file for Hisilicon D05 Development Board
> *
> * Copyright (C) 2016 Hisilicon Ltd.
> diff --git a/include/dt-bindings/reset/hisi,hi6220-resets.h b/include/dt-bindings/reset/hisi,hi6220-resets.h
> index 63aff7d8aa45..c67f479eede7 100644
> --- a/include/dt-bindings/reset/hisi,hi6220-resets.h
> +++ b/include/dt-bindings/reset/hisi,hi6220-resets.h
> @@ -1,5 +1,5 @@
> /* SPDX-License-Identifier: GPL-2.0 */
> -/**
> +/*
> * This header provides index for the reset controller
> * based on hi6220 SoC.
> */
> diff --git a/include/dt-bindings/reset/snps,hsdk-reset.h b/include/dt-bindings/reset/snps,hsdk-reset.h
> index e1a643e4bc91..6a331c8d834d 100644
> --- a/include/dt-bindings/reset/snps,hsdk-reset.h
> +++ b/include/dt-bindings/reset/snps,hsdk-reset.h
> @@ -1,4 +1,4 @@
> -/**
> +/*
> * This header provides index for the HSDK reset controller.
> */
> #ifndef _DT_BINDINGS_RESET_CONTROLLER_SNPS_HSDK
>
--
~Randy
next prev parent reply other threads:[~2021-03-22 18:49 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-22 7:23 [PATCH] devicetree: replace invalid kernel-doc comment headers Lukas Bulwahn
2021-03-22 18:46 ` Randy Dunlap [this message]
2021-03-24 19:59 ` Rob Herring
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ba94e5f1-8219-716d-2a6b-9cb2dd434ed8@infradead.org \
--to=rdunlap@infradead.org \
--cc=Eugeniy.Paltsev@synopsys.com \
--cc=devicetree@vger.kernel.org \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lukas.bulwahn@gmail.com \
--cc=p.zabel@pengutronix.de \
--cc=robh+dt@kernel.org \
--cc=xuwei5@hisilicon.com \
--cc=yashsri421@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).