From: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
To: Linux Doc Mailing List <linux-doc@vger.kernel.org>
Cc: "Mauro Carvalho Chehab" <mchehab+samsung@kernel.org>,
"Mauro Carvalho Chehab" <mchehab@infradead.org>,
linux-kernel@vger.kernel.org, "Jonathan Corbet" <corbet@lwn.net>,
"Maarten Lankhorst" <maarten.lankhorst@linux.intel.com>,
linux-leds@vger.kernel.org, kvm@vger.kernel.org,
"Radim Krčmář" <rkrcmar@redhat.com>,
dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org,
"Joonas Lahtinen" <joonas.lahtinen@linux.intel.com>,
"Rob Herring" <robh+dt@kernel.org>,
platform-driver-x86@vger.kernel.org,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Sean Paul" <sean@poorly.run>,
"Darren Hart" <dvhart@infradead.org>,
"Jacek Anaszewski" <jacek.anaszewski@gmail.com>,
linux-i2c@vger.kernel.org, "Ajay Gupta" <ajayg@nvidia.com>,
"Jani Nikula" <jani.nikula@linux.intel.com>,
"Thomas Gleixner" <tglx@linutronix.de>,
"David Airlie" <airlied@linux.ie>,
"Mark Rutland" <mark.rutland@arm.com>,
"Pavel Machek" <pavel@ucw.cz>,
"Maxime Ripard" <maxime.ripard@bootlin.com>,
"Dan Murphy" <dmurphy@ti.com>,
devicetree@vger.kernel.org,
"Andy Shevchenko" <andy@infradead.org>,
"Rodrigo Vivi" <rodrigo.vivi@intel.com>,
"Daniel Vetter" <daniel@ffwll.ch>
Subject: [PATCH 0/9] Some doc fixes
Date: Fri, 28 Jun 2019 09:12:22 -0300 [thread overview]
Message-ID: <cover.1561723736.git.mchehab+samsung@kernel.org> (raw)
This patch series is against linux-next (next-20190627). I doubt those
would apply cleanly against docs next tree.
So, please apply it via the subsystem trees. Otherwise, they could
be pushed by the end of the merge window or for -rc1 via a docs tree.
Most, if not all were I already sent.
Mauro Carvalho Chehab (9):
hrtimer: Use a bullet for the returns bullet list
docs: trace: fix a broken label
docs: signal: fix a kernel-doc markup
dt: leds-lm36274.txt: fix a broken reference to ti-lmu.txt
docs: fix some broken references due to txt->rst renames
docs: virtual: there are two orphan docs there
docs: gpu: add msm-crash-dump.rst to the index.rst file
drm: fix a reference for a renamed file: fb/modedb.rst
platform: x86: get rid of a non-existent document
Documentation/devicetree/bindings/arm/idle-states.txt | 2 +-
Documentation/devicetree/bindings/leds/leds-lm36274.txt | 2 +-
Documentation/gpu/drivers.rst | 1 +
Documentation/gpu/msm-crash-dump.rst | 2 --
Documentation/trace/kprobetrace.rst | 1 +
Documentation/virtual/kvm/amd-memory-encryption.rst | 2 ++
Documentation/virtual/kvm/vcpu-requests.rst | 2 ++
drivers/gpu/drm/drm_modes.c | 2 +-
drivers/gpu/drm/i915/intel_runtime_pm.h | 2 +-
drivers/i2c/busses/i2c-nvidia-gpu.c | 2 +-
drivers/platform/x86/Kconfig | 3 ---
kernel/signal.c | 2 +-
kernel/time/hrtimer.c | 7 ++++---
13 files changed, 16 insertions(+), 14 deletions(-)
--
2.21.0
next reply other threads:[~2019-06-28 12:12 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-28 12:12 Mauro Carvalho Chehab [this message]
2019-06-28 12:12 ` [PATCH 1/9] hrtimer: Use a bullet for the returns bullet list Mauro Carvalho Chehab
2019-06-28 12:39 ` Joe Perches
2019-06-28 13:03 ` Mauro Carvalho Chehab
2019-06-28 12:12 ` [PATCH 2/9] docs: trace: fix a broken label Mauro Carvalho Chehab
2019-06-28 12:12 ` [PATCH 3/9] docs: signal: fix a kernel-doc markup Mauro Carvalho Chehab
2019-06-28 12:12 ` [PATCH 4/9] dt: leds-lm36274.txt: fix a broken reference to ti-lmu.txt Mauro Carvalho Chehab
2019-06-28 12:12 ` [PATCH 5/9] docs: fix some broken references due to txt->rst renames Mauro Carvalho Chehab
2019-06-28 12:12 ` [PATCH 6/9] docs: virtual: there are two orphan docs there Mauro Carvalho Chehab
2019-06-28 12:12 ` [PATCH 7/9] docs: gpu: add msm-crash-dump.rst to the index.rst file Mauro Carvalho Chehab
2019-06-28 12:12 ` [PATCH 8/9] drm: fix a reference for a renamed file: fb/modedb.rst Mauro Carvalho Chehab
2019-06-28 12:12 ` [PATCH 9/9] platform: x86: get rid of a non-existent document Mauro Carvalho Chehab
2019-06-28 14:49 ` Andy Shevchenko
2019-06-28 15:01 ` 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=cover.1561723736.git.mchehab+samsung@kernel.org \
--to=mchehab+samsung@kernel.org \
--cc=airlied@linux.ie \
--cc=ajayg@nvidia.com \
--cc=andy@infradead.org \
--cc=corbet@lwn.net \
--cc=daniel@ffwll.ch \
--cc=devicetree@vger.kernel.org \
--cc=dmurphy@ti.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=dvhart@infradead.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=jacek.anaszewski@gmail.com \
--cc=jani.nikula@linux.intel.com \
--cc=joonas.lahtinen@linux.intel.com \
--cc=kvm@vger.kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-leds@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mark.rutland@arm.com \
--cc=maxime.ripard@bootlin.com \
--cc=mchehab@infradead.org \
--cc=pavel@ucw.cz \
--cc=pbonzini@redhat.com \
--cc=platform-driver-x86@vger.kernel.org \
--cc=rkrcmar@redhat.com \
--cc=robh+dt@kernel.org \
--cc=rodrigo.vivi@intel.com \
--cc=sean@poorly.run \
--cc=tglx@linutronix.de \
/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).