linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Mauro Carvalho Chehab <mchehab@kernel.org>,
	Linux Doc Mailing List <linux-doc@vger.kernel.org>
Cc: "Fabio M. De Francesco" <fmdefrancesco@gmail.com>,
	"Gustavo A. R. Silva" <gustavoars@kernel.org>,
	Jonathan Corbet <corbet@lwn.net>,
	Mauro Carvalho Chehab <mchehab+huawei@kernel.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Arnd Bergmann <arnd@arndb.de>, Chris Down <chris@chrisdown.name>,
	Christophe JAILLET <christophe.jaillet@wanadoo.fr>,
	David Howells <dhowells@redhat.com>,
	Dmitry Torokhov <dmitry.torokhov@gmail.com>,
	Eric Dumazet <edumazet@google.com>,
	Jarkko Sakkinen <jarkko@kernel.org>,
	Johannes Weiner <hannes@cmpxchg.org>,
	Kees Cook <keescook@chromium.org>,
	Masami Hiramatsu <mhiramat@kernel.org>,
	Miguel Ojeda <ojeda@kernel.org>,
	Nathan Chancellor <nathan@kernel.org>,
	Oliver Glitta <glittao@gmail.com>, Peter Xu <peterx@redhat.com>,
	Petr Mladek <pmladek@suse.com>, Vlastimil Babka <vbabka@suse.cz>,
	keyrings@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 10/20] Documentation: update watch_queue.rst references
Date: Sun, 26 Jun 2022 08:49:02 -0700	[thread overview]
Message-ID: <065c391b-ec72-4a72-7ca1-55093082164d@infradead.org> (raw)
In-Reply-To: <1c220de9c58f35e815a3df9458ac2bea323c8bfb.1656234456.git.mchehab@kernel.org>



On 6/26/22 02:10, Mauro Carvalho Chehab wrote:
> Changeset f5461124d59b ("Documentation: move watch_queue to core-api")
> renamed: Documentation/watch_queue.rst
> to: Documentation/core-api/watch_queue.rst.
> 
> Update the cross-references accordingly.
> 
> Fixes: f5461124d59b ("Documentation: move watch_queue to core-api")
> Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>

Reviewed-by: Randy Dunlap <rdunlap@infradead.org>

Thanks.

> ---
> 
> To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
> See [PATCH v2 00/20] at: https://lore.kernel.org/all/cover.1656234456.git.mchehab@kernel.org/
> 
>  Documentation/security/keys/core.rst | 2 +-
>  include/linux/watch_queue.h          | 2 +-
>  init/Kconfig                         | 2 +-
>  kernel/watch_queue.c                 | 2 +-
>  4 files changed, 4 insertions(+), 4 deletions(-)


-- 
~Randy

  reply	other threads:[~2022-06-26 15:49 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-26  9:10 [PATCH v2 00/20] Update Documentation/ cross-references Mauro Carvalho Chehab
2022-06-26  9:10 ` [PATCH v2 01/20] docs: netdev: update maintainer-netdev.rst reference Mauro Carvalho Chehab
2022-06-26  9:10 ` [PATCH v2 02/20] docs: filesystems: update netfs-api.rst reference Mauro Carvalho Chehab
2022-06-26  9:10 ` [PATCH v2 03/20] docs: zh_CN: page_frags.rst: fix a broken reference Mauro Carvalho Chehab
2022-06-27 14:52   ` YanTeng Si
2022-06-26  9:10 ` [PATCH v2 04/20] docs: zh_CN/riscv/pmu.rst: remove old docuementation Mauro Carvalho Chehab
2022-06-27 13:07   ` YanTeng Si
2022-06-26  9:10 ` [PATCH v2 05/20] docs: zh_CN/devicetree: fix typos Mauro Carvalho Chehab
2022-06-27 14:52   ` YanTeng Si
2022-06-26  9:10 ` [PATCH v2 06/20] docs: zh_CN: fix a broken reference Mauro Carvalho Chehab
2022-06-26  9:22   ` Miguel Ojeda
2022-06-26  9:10 ` [PATCH v2 07/20] docs: zh_CN/vm: fix a typo for page reporting ReST file Mauro Carvalho Chehab
2022-06-27 14:54   ` YanTeng Si
2022-06-26  9:10 ` [PATCH v2 08/20] docs: zh_CN/vm/zsmalloc.rst: fix a typo Mauro Carvalho Chehab
2022-06-27 14:55   ` YanTeng Si
2022-06-26  9:10 ` [PATCH v2 09/20] docs: zh_CN/vm/index.rst: fix a broken reference Mauro Carvalho Chehab
2022-06-27 13:14   ` YanTeng Si
2022-06-26  9:10 ` [PATCH v2 10/20] Documentation: update watch_queue.rst references Mauro Carvalho Chehab
2022-06-26 15:49   ` Randy Dunlap [this message]
2022-06-26  9:10 ` [PATCH v2 11/20] Documentation: KVM: update s390-pv.rst reference Mauro Carvalho Chehab
2022-06-26  9:10 ` [PATCH v2 12/20] Documentation: KVM: update amd-memory-encryption.rst references Mauro Carvalho Chehab
2022-06-26  9:10 ` [PATCH v2 13/20] Documentation: KVM: update msr.rst reference Mauro Carvalho Chehab
2022-06-26  9:11 ` [PATCH v2 14/20] Documentation: KVM: update s390-diag.rst reference Mauro Carvalho Chehab
2022-06-26  9:11 ` [PATCH v2 15/20] objtool: update objtool.txt references Mauro Carvalho Chehab
2022-06-26  9:11 ` [PATCH v2 16/20] arch: m68k: q40: README: drop references to IDE driver Mauro Carvalho Chehab
2022-06-26  9:14   ` Geert Uytterhoeven
2022-06-26  9:11 ` [PATCH v2 17/20] tegra194-hte.rst: fix reference to its binding Mauro Carvalho Chehab
2022-06-27 17:14   ` Dipen Patel
2022-07-06 21:38     ` Thierry Reding
2022-06-26  9:11 ` [PATCH v2 18/20] dt-bindings: mfd: update dlg,da9063.yaml reference Mauro Carvalho Chehab
2022-06-26 11:10   ` Conor.Dooley
2022-06-30 23:14   ` Rob Herring
2022-06-26  9:11 ` [PATCH v2 19/20] MAINTAINERS: update nvidia,tegra20-host1x.yaml reference Mauro Carvalho Chehab
2022-06-26  9:11 ` [PATCH v2 20/20] MAINTAINERS: fix cross references to mfd/dlg,da9063.yaml Mauro Carvalho Chehab
2022-06-26 11:19   ` Conor.Dooley
2022-07-07 19:12 ` [PATCH v2 00/20] Update Documentation/ cross-references Jonathan Corbet

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=065c391b-ec72-4a72-7ca1-55093082164d@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=akpm@linux-foundation.org \
    --cc=arnd@arndb.de \
    --cc=chris@chrisdown.name \
    --cc=christophe.jaillet@wanadoo.fr \
    --cc=corbet@lwn.net \
    --cc=dhowells@redhat.com \
    --cc=dmitry.torokhov@gmail.com \
    --cc=edumazet@google.com \
    --cc=fmdefrancesco@gmail.com \
    --cc=glittao@gmail.com \
    --cc=gustavoars@kernel.org \
    --cc=hannes@cmpxchg.org \
    --cc=jarkko@kernel.org \
    --cc=keescook@chromium.org \
    --cc=keyrings@vger.kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mchehab+huawei@kernel.org \
    --cc=mchehab@kernel.org \
    --cc=mhiramat@kernel.org \
    --cc=nathan@kernel.org \
    --cc=ojeda@kernel.org \
    --cc=peterx@redhat.com \
    --cc=pmladek@suse.com \
    --cc=vbabka@suse.cz \
    /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).