linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sean Paul <seanpaul@chromium.org>
To: dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org
Cc: linux-kernel@vger.kernel.org, daniel.vetter@intel.com,
	seanpaul@google.com, ramalingam.c@intel.com,
	Sean Paul <seanpaul@chromium.org>,
	Manasi Navare <manasi.d.navare@intel.com>,
	Gustavo Padovan <gustavo@padovan.org>,
	David Airlie <airlied@linux.ie>
Subject: [PATCH v6 1/9] drm: Fix link-status kerneldoc line lengths
Date: Mon,  8 Jan 2018 14:55:35 -0500	[thread overview]
Message-ID: <20180108195545.218615-2-seanpaul@chromium.org> (raw)
In-Reply-To: <20180108195545.218615-1-seanpaul@chromium.org>

I'm adding some stuff below it and it's killing my editor's vibe.

Changes in v2:
- Added to the series
Changes in v3:
- None
Changes in v4:
- None
Changes in v5:
- None
Changes in v6:
- None

Cc: Manasi Navare <manasi.d.navare@intel.com>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
---
 drivers/gpu/drm/drm_connector.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/drivers/gpu/drm/drm_connector.c b/drivers/gpu/drm/drm_connector.c
index e6a21e69059c..2559c615d984 100644
--- a/drivers/gpu/drm/drm_connector.c
+++ b/drivers/gpu/drm/drm_connector.c
@@ -817,10 +817,11 @@ DRM_ENUM_NAME_FN(drm_get_tv_subconnector_name,
  * 	should update this value using drm_mode_connector_set_tile_property().
  * 	Userspace cannot change this property.
  * link-status:
- *      Connector link-status property to indicate the status of link. The default
- *      value of link-status is "GOOD". If something fails during or after modeset,
- *      the kernel driver may set this to "BAD" and issue a hotplug uevent. Drivers
- *      should update this value using drm_mode_connector_set_link_status_property().
+ *      Connector link-status property to indicate the status of link. The
+ *      default value of link-status is "GOOD". If something fails during or
+ *      after modeset, the kernel driver may set this to "BAD" and issue a
+ *      hotplug uevent. Drivers should update this value using
+ *      drm_mode_connector_set_link_status_property().
  * non_desktop:
  * 	Indicates the output should be ignored for purposes of displaying a
  * 	standard desktop environment or console. This is most likely because
-- 
2.16.0.rc0.223.g4a4ac83678-goog

  reply	other threads:[~2018-01-08 19:55 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-08 19:55 [PATCH v6 0/9] drm/i915: Implement HDCP Sean Paul
2018-01-08 19:55 ` Sean Paul [this message]
2018-01-08 19:55 ` [PATCH v6 2/9] drm/i915: Add more control to wait_for routines Sean Paul
2018-01-08 19:55 ` [PATCH v6 3/9] drm: Add Content Protection property Sean Paul
2018-01-08 19:55 ` [PATCH v6 4/9] drm: Add some HDCP related #defines Sean Paul
2018-01-09 12:39   ` Philippe Ombredanne
2018-01-08 19:55 ` [PATCH v6 5/9] drm/i915: Add HDCP framework + base implementation Sean Paul
2018-01-08 19:55 ` [PATCH v6 6/9] drm/i915: Make use of indexed write GMBUS feature Sean Paul
2018-01-08 19:55 ` [PATCH v6 7/9] drm/i915: Add function to output Aksv over GMBUS Sean Paul
2018-01-08 19:55 ` [PATCH v6 8/9] drm/i915: Implement HDCP for HDMI Sean Paul
2018-01-08 19:55 ` [PATCH v6 9/9] drm/i915: Implement HDCP for DisplayPort Sean Paul
2018-01-08 20:12 ` [PATCH v6 0/9] drm/i915: Implement HDCP Sean Paul

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=20180108195545.218615-2-seanpaul@chromium.org \
    --to=seanpaul@chromium.org \
    --cc=airlied@linux.ie \
    --cc=daniel.vetter@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=gustavo@padovan.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=manasi.d.navare@intel.com \
    --cc=ramalingam.c@intel.com \
    --cc=seanpaul@google.com \
    /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).