public inbox for linuxppc-dev@ozlabs.org 
 help / color / mirror / Atom feed
From: Marc Zyngier <maz@kernel•org>
To: Mauro Carvalho Chehab <mchehab+huawei@kernel•org>
Cc: kvm@vger•kernel.org,
	Linux Doc Mailing List <linux-doc@vger•kernel.org>,
	Peter Zijlstra <peterz@infradead•org>,
	Akira Yokosawa <akiyks@gmail•com>,
	dri-devel@lists•freedesktop.org, linux-unionfs@vger•kernel.org,
	linux-mm@kvack•org, Harry Wei <harryxiyou@gmail•com>,
	Alex Shi <alex.shi@linux•alibaba.com>,
	Will Deacon <will@kernel•org>,
	kvmarm@lists•cs.columbia.edu, linux-arch@vger•kernel.org,
	Jason Gunthorpe <jgg@ziepe•ca>, Jonathan Corbet <corbet@lwn•net>,
	linux-rdma@vger•kernel.org, kvm-ppc@vger•kernel.org,
	David Airlie <airlied@linux•ie>,
	Doug Ledford <dledford@redhat•com>,
	Alan Stern <stern@rowland•harvard.edu>,
	linux-arm-kernel@lists•infradead.org,
	Federico Vaga <federico.vaga@vaga•pv.it>,
	Jade Alglave <j.alglave@ucl•ac.uk>,
	Daniel Lustig <dlustig@nvidia•com>,
	Julien Thierry <julien.thierry.kdev@gmail•com>,
	Mike Leach <mike.leach@linaro•org>,
	Andrea Parri <parri.andrea@gmail•com>,
	Daniel Vetter <daniel@ffwll•ch>,
	"Paul E. McKenney" <paulmck@kernel•org>,
	Suzuki K Poulose <suzuki.poulose@arm•com>,
	Boqun Feng <boqun.feng@gmail•com>,
	Maarten Lankhorst <maarten.lankhorst@linux•intel.com>,
	Nicholas Piggin <npiggin@gmail•com>,
	Maxime Ripard <mripard@kernel•org>,
	Luc Maranget <luc.maranget@inria•fr>,
	OGAWA Hirofumi <hirofumi@mail•parknet.co.jp>,
	David Howells <dhowells@redhat•com>,
	Mathieu Poirier <mathieu.poirier@linaro•org>,
	Miklos Szeredi <miklos@szeredi•hu>,
	linux-kernel@vger•kernel.org,
	Alexander Shishkin <alexander.shishkin@linux•intel.com>,
	James Morse <james.morse@arm•com>,
	Thomas Zimmermann <tzimmermann@suse•de>,
	linux-fsdevel@vger•kernel.org,
	Paolo Bonzini <pbonzini@redhat•com>,
	Andrew Morton <akpm@linux-foundation•org>,
	linuxppc-dev@lists•ozlabs.org
Subject: Re: [PATCH 03/35] docs: fix broken references to text files
Date: Thu, 9 Apr 2020 08:45:46 +0100	[thread overview]
Message-ID: <20200409084546.51ecb701@why> (raw)
In-Reply-To: <2e12bf13355bd06748fed5d135fd4de3d94ad5fd.1586359676.git.mchehab+huawei@kernel.org>

On Wed,  8 Apr 2020 17:45:55 +0200
Mauro Carvalho Chehab <mchehab+huawei@kernel•org> wrote:

> Several references got broken due to txt to ReST conversion.
> 
> Several of them can be automatically fixed with:
> 
> 	scripts/documentation-file-ref-check --fix
> 
> Reviewed-by: Mathieu Poirier <mathieu.poirier@linaro•org> # hwtracing/coresight/Kconfig
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel•org>
> ---
>  Documentation/virt/kvm/arm/pvtime.rst                |  2 +-
>  virt/kvm/arm/vgic/vgic-mmio-v3.c                     |  2 +-
>  virt/kvm/arm/vgic/vgic.h                             |  4 ++--

Acked-by: Marc Zyngier <maz@kernel•org> # kvm/arm64

	M.
-- 
Jazz is not dead. It just smells funny...

  parent reply	other threads:[~2020-04-09  7:48 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-08 15:45 [PATCH 00/35] Documentation fixes for Kernel 5.8 Mauro Carvalho Chehab
2020-04-08 15:45 ` [PATCH 03/35] docs: fix broken references to text files Mauro Carvalho Chehab
2020-04-08 20:42   ` Paul E. McKenney
2020-04-09  7:07   ` Federico Vaga
2020-04-09  7:45   ` Marc Zyngier [this message]
2020-04-08 15:45 ` [PATCH 05/35] docs: filesystems: fix renamed references Mauro Carvalho Chehab
2020-04-08 15:51   ` David Sterba
2020-04-08 15:46 ` [PATCH 31/35] powerpc: docs: cxl.rst: mark two section titles as such Mauro Carvalho Chehab
2020-04-09  0:37   ` Andrew Donnellan
2020-04-09  5:53     ` Mauro Carvalho Chehab

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=20200409084546.51ecb701@why \
    --to=maz@kernel$(echo .)org \
    --cc=airlied@linux$(echo .)ie \
    --cc=akiyks@gmail$(echo .)com \
    --cc=akpm@linux-foundation$(echo .)org \
    --cc=alex.shi@linux$(echo .)alibaba.com \
    --cc=alexander.shishkin@linux$(echo .)intel.com \
    --cc=boqun.feng@gmail$(echo .)com \
    --cc=corbet@lwn$(echo .)net \
    --cc=daniel@ffwll$(echo .)ch \
    --cc=dhowells@redhat$(echo .)com \
    --cc=dledford@redhat$(echo .)com \
    --cc=dlustig@nvidia$(echo .)com \
    --cc=dri-devel@lists$(echo .)freedesktop.org \
    --cc=federico.vaga@vaga$(echo .)pv.it \
    --cc=harryxiyou@gmail$(echo .)com \
    --cc=hirofumi@mail$(echo .)parknet.co.jp \
    --cc=j.alglave@ucl$(echo .)ac.uk \
    --cc=james.morse@arm$(echo .)com \
    --cc=jgg@ziepe$(echo .)ca \
    --cc=julien.thierry.kdev@gmail$(echo .)com \
    --cc=kvm-ppc@vger$(echo .)kernel.org \
    --cc=kvm@vger$(echo .)kernel.org \
    --cc=kvmarm@lists$(echo .)cs.columbia.edu \
    --cc=linux-arch@vger$(echo .)kernel.org \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    --cc=linux-doc@vger$(echo .)kernel.org \
    --cc=linux-fsdevel@vger$(echo .)kernel.org \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-mm@kvack$(echo .)org \
    --cc=linux-rdma@vger$(echo .)kernel.org \
    --cc=linux-unionfs@vger$(echo .)kernel.org \
    --cc=linuxppc-dev@lists$(echo .)ozlabs.org \
    --cc=luc.maranget@inria$(echo .)fr \
    --cc=maarten.lankhorst@linux$(echo .)intel.com \
    --cc=mathieu.poirier@linaro$(echo .)org \
    --cc=mchehab+huawei@kernel$(echo .)org \
    --cc=mike.leach@linaro$(echo .)org \
    --cc=miklos@szeredi$(echo .)hu \
    --cc=mripard@kernel$(echo .)org \
    --cc=npiggin@gmail$(echo .)com \
    --cc=parri.andrea@gmail$(echo .)com \
    --cc=paulmck@kernel$(echo .)org \
    --cc=pbonzini@redhat$(echo .)com \
    --cc=peterz@infradead$(echo .)org \
    --cc=stern@rowland$(echo .)harvard.edu \
    --cc=suzuki.poulose@arm$(echo .)com \
    --cc=tzimmermann@suse$(echo .)de \
    --cc=will@kernel$(echo .)org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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