public inbox for linuxppc-dev@ozlabs.org 
 help / color / mirror / Atom feed
From: Jason Gunthorpe <jgg@ziepe•ca>
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,
	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>,
	Marc Zyngier <maz@kernel•org>,
	linux-fsdevel@vger•kernel.org,
	Paolo Bonzini <pbonzini@redhat•com>,
	Andrew Morton <akpm@linux-foundation•org>,
	linuxppc-dev@lists•ozlabs.org
Subject: Re: [PATCH 08/12] docs: fix broken references to text files
Date: Tue, 17 Mar 2020 10:25:57 -0300	[thread overview]
Message-ID: <20200317132557.GS20941@ziepe.ca> (raw)
In-Reply-To: <35dcbefd50875b92aaf5b7671d4c57c50b4274fe.1584450500.git.mchehab+huawei@kernel.org>

On Tue, Mar 17, 2020 at 02:10:47PM +0100, Mauro Carvalho Chehab 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
> 
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel•org>
>  Documentation/admin-guide/kernel-parameters.txt      |  2 +-
>  Documentation/memory-barriers.txt                    |  2 +-
>  Documentation/process/submit-checklist.rst           |  2 +-
>  .../translations/it_IT/process/submit-checklist.rst  |  2 +-
>  Documentation/translations/ko_KR/memory-barriers.txt |  2 +-
>  .../translations/zh_CN/filesystems/sysfs.txt         |  2 +-
>  .../translations/zh_CN/process/submit-checklist.rst  |  2 +-
>  Documentation/virt/kvm/arm/pvtime.rst                |  2 +-
>  Documentation/virt/kvm/devices/vcpu.rst              |  2 +-
>  Documentation/virt/kvm/hypercalls.rst                |  4 ++--
>  arch/powerpc/include/uapi/asm/kvm_para.h             |  2 +-
>  drivers/gpu/drm/Kconfig                              |  2 +-
>  drivers/gpu/drm/drm_ioctl.c                          |  2 +-
>  drivers/hwtracing/coresight/Kconfig                  |  2 +-
>  fs/fat/Kconfig                                       |  8 ++++----
>  fs/fuse/Kconfig                                      |  2 +-
>  fs/fuse/dev.c                                        |  2 +-
>  fs/overlayfs/Kconfig                                 |  6 +++---
>  include/linux/mm.h                                   |  4 ++--
>  include/uapi/linux/ethtool_netlink.h                 |  2 +-
>  include/uapi/rdma/rdma_user_ioctl_cmds.h             |  2 +-

For the rdma files

Acked-by: Jason Gunthorpe <jgg@mellanox•com>

Jason

  reply	other threads:[~2020-03-17 14:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-17 13:10 [PATCH 00/12] Fix broken references for Documentation/* Mauro Carvalho Chehab
2020-03-17 13:10 ` [PATCH 08/12] docs: fix broken references to text files Mauro Carvalho Chehab
2020-03-17 13:25   ` Jason Gunthorpe [this message]
2020-03-17 14:36   ` Mathieu Poirier
2020-03-17 13:10 ` [PATCH 11/12] docs: filesystems: fix renamed references 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=20200317132557.GS20941@ziepe.ca \
    --to=jgg@ziepe$(echo .)ca \
    --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=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=maz@kernel$(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