From patchwork Thu Nov 30 18:22:20 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sean Paul X-Patchwork-Id: 10085523 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 9F2EB60234 for ; Thu, 30 Nov 2017 18:22:35 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 981C32A0FC for ; Thu, 30 Nov 2017 18:22:35 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8CE622A220; Thu, 30 Nov 2017 18:22:35 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 232A42A0FC for ; Thu, 30 Nov 2017 18:22:35 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E47426EB41; Thu, 30 Nov 2017 18:22:32 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-yw0-x243.google.com (mail-yw0-x243.google.com [IPv6:2607:f8b0:4002:c05::243]) by gabe.freedesktop.org (Postfix) with ESMTPS id EAA836EB41 for ; Thu, 30 Nov 2017 18:22:31 +0000 (UTC) Received: by mail-yw0-x243.google.com with SMTP id t204so3044254ywe.9 for ; Thu, 30 Nov 2017 10:22:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id; bh=yAZm1oWfnRxcv4RzaQr6YCC8LV/HX6peQmzcpONPFJ0=; b=RLzcFyVxKoj9zddDp8IWjL/xJdeVYxki5jtQvl8RyWKYqpHB7qg5dJeVS7MLHiRR5s Ex8OknYYaTVA3Rz49JP/cK9sMOO6+S6BXjRQvlBwQAF4FpdH1sSZi5vMPgt+Fuc8Pci0 SGzvqB4H/nRn4hzC1JSe0DES2CLnJ/PM7ZFKc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=yAZm1oWfnRxcv4RzaQr6YCC8LV/HX6peQmzcpONPFJ0=; b=KRIPQ34CluUWQ6QRYd29w17BIs+5sN0zLWtkkhucYWV9fQR8UFCaXFImEoMIernEtg g0pLVbH2Fqs0890emIxhOeu8Bj1bwT4rtKg9hX3tbPp2uNkbZZF+F6L5x3sXwx8NneBL 7SjhhMR9lRW8QxQ3SDHkcCFbaRCZZCG2aU3KSAMbT1FtxZ7C+t7hIwCXeUq+MqPmHh8G CdQBPc8FCNsbx2JaUbLeZf2JSsDqNXhyYGtRrptXtPXyUwlOSIeCnjz73HWCaNPfPukE BXVSEbaJgE0Qed71aYehsNILIwVMO/cxD28mnhC1VTlfEtvJBCad9uC5W+cZvzV87X1h e6YA== X-Gm-Message-State: AJaThX6hCwvjAQQGFPHDA6EdgmPQa76kEB0YwZ3vJMUe7dbjNE+nOb3e MdY18dWog6akXCdlGSSkKibSB0qb5I4= X-Google-Smtp-Source: AGs4zMYtZoRkmNNeHR5WhzC/eyKvCDk5oeTbpGQBJeQs9d8umALAgi440HflOoIqJIdppULBjzbJdg== X-Received: by 10.129.52.132 with SMTP id b126mr2064289ywa.477.1512066150746; Thu, 30 Nov 2017 10:22:30 -0800 (PST) Received: from rosewood.cam.corp.google.com ([2620:0:1013:11:d3af:69ac:1964:28e8]) by smtp.gmail.com with ESMTPSA id n16sm2060388ywh.61.2017.11.30.10.22.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 30 Nov 2017 10:22:30 -0800 (PST) From: Sean Paul To: dri-devel@lists.freedesktop.org Subject: [PATCH] drm: Fix link-status kerneldoc line lengths Date: Thu, 30 Nov 2017 13:22:20 -0500 Message-Id: <20171130182229.50427-1-seanpaul@chromium.org> X-Mailer: git-send-email 2.15.0.531.g2ccb3012c9-goog Cc: David Airlie , Manasi Navare , Daniel Vetter X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP I'm adding some stuff below it and it's killing my editor's vibe. Cc: Manasi Navare Signed-off-by: Sean Paul Acked-by: Daniel Vetter --- 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 704fc8934616..f14b48e6e839 100644 --- a/drivers/gpu/drm/drm_connector.c +++ b/drivers/gpu/drm/drm_connector.c @@ -759,10 +759,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(). * * Connectors also have one standardized atomic property: *