Message ID | e000ccaf21f899a4c503c0a0e8734a2a3e177ee6.1581956285.git.mchehab+huawei@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Manually convert thermal, crypto and misc devices to ReST | expand |
On Mon, Feb 17, 2020 at 05:20:31PM +0100, Mauro Carvalho Chehab wrote: > This file is almost in ReST. All it needs is a rename and > adding a :field: for the two fields at the beginning > (author and date). > > While here, add a proper SPDX header, and use the standard > markup for document titles, just for consistency. > > Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> > --- > Documentation/arm64/index.rst | 1 + > Documentation/arm64/{perf.txt => perf.rst} | 7 +++++-- > 2 files changed, 6 insertions(+), 2 deletions(-) > rename Documentation/arm64/{perf.txt => perf.rst} (95%) Is there some reason this hasn't been merged or commented on? > diff --git a/Documentation/arm64/index.rst b/Documentation/arm64/index.rst > index 5c0c69dc58aa..c51d0fa80318 100644 > --- a/Documentation/arm64/index.rst > +++ b/Documentation/arm64/index.rst > @@ -13,6 +13,7 @@ ARM64 Architecture > hugetlbpage > legacy_instructions > memory > + perf > pointer-authentication > silicon-errata > sve > diff --git a/Documentation/arm64/perf.txt b/Documentation/arm64/perf.rst > similarity index 95% > rename from Documentation/arm64/perf.txt > rename to Documentation/arm64/perf.rst > index 0d6a7d87d49e..9c76a97baf28 100644 > --- a/Documentation/arm64/perf.txt > +++ b/Documentation/arm64/perf.rst > @@ -1,8 +1,11 @@ > +.. SPDX-License-Identifier: GPL-2.0 > + > +===================== > Perf Event Attributes > ===================== > > -Author: Andrew Murray <andrew.murray@arm.com> > -Date: 2019-03-06 > +:Author: Andrew Murray <andrew.murray@arm.com> > +:Date: 2019-03-06 Andrew is no long with Arm. Both lines look like things that become stale, so I'd just remove them. Rob
diff --git a/Documentation/arm64/index.rst b/Documentation/arm64/index.rst index 5c0c69dc58aa..c51d0fa80318 100644 --- a/Documentation/arm64/index.rst +++ b/Documentation/arm64/index.rst @@ -13,6 +13,7 @@ ARM64 Architecture hugetlbpage legacy_instructions memory + perf pointer-authentication silicon-errata sve diff --git a/Documentation/arm64/perf.txt b/Documentation/arm64/perf.rst similarity index 95% rename from Documentation/arm64/perf.txt rename to Documentation/arm64/perf.rst index 0d6a7d87d49e..9c76a97baf28 100644 --- a/Documentation/arm64/perf.txt +++ b/Documentation/arm64/perf.rst @@ -1,8 +1,11 @@ +.. SPDX-License-Identifier: GPL-2.0 + +===================== Perf Event Attributes ===================== -Author: Andrew Murray <andrew.murray@arm.com> -Date: 2019-03-06 +:Author: Andrew Murray <andrew.murray@arm.com> +:Date: 2019-03-06 exclude_user ------------
This file is almost in ReST. All it needs is a rename and adding a :field: for the two fields at the beginning (author and date). While here, add a proper SPDX header, and use the standard markup for document titles, just for consistency. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> --- Documentation/arm64/index.rst | 1 + Documentation/arm64/{perf.txt => perf.rst} | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) rename Documentation/arm64/{perf.txt => perf.rst} (95%)