From patchwork Tue Oct 17 21:13:04 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sean Paul X-Patchwork-Id: 10012865 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 728CA600CC for ; Tue, 17 Oct 2017 21:13:44 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6527828A3C for ; Tue, 17 Oct 2017 21:13:44 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 596A728A40; Tue, 17 Oct 2017 21:13:44 +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 F148828A3C for ; Tue, 17 Oct 2017 21:13:43 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4F5106E764; Tue, 17 Oct 2017 21:13:43 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-io0-x230.google.com (mail-io0-x230.google.com [IPv6:2607:f8b0:4001:c06::230]) by gabe.freedesktop.org (Postfix) with ESMTPS id E0ADE6E764 for ; Tue, 17 Oct 2017 21:13:41 +0000 (UTC) Received: by mail-io0-x230.google.com with SMTP id m81so3778552ioi.13 for ; Tue, 17 Oct 2017 14:13:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=fbcm1pcV+Bj7ReZtqwev42bMtYKJu1lb2Nhj5f4rccU=; b=V8ijQmHSLe4OIh6ifmhSoJ8cc9bVTZty4FVVYhis0Kmlt8FZpqmktdWJd0jZQQTXRf tlMSlydbEFMUS3jmAxz0xsn/cprX9WVPgxRnnEnrr95e8P/4YWyPFIRdFi9QTM1T+yiL Iga1BD/7+vV+t6A1B6noYhvYcJ0DZDfL4hrJs= 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:in-reply-to :references; bh=fbcm1pcV+Bj7ReZtqwev42bMtYKJu1lb2Nhj5f4rccU=; b=VsI2vapyOHMDJwyEzC1kOOFltQH/526vpj1aVzARjzeWp1cBJK5vny8e6P3fqMv4M0 wItkiel9HY1gmTzCbporEVc0e+3yI3v7Ak8yGJ1RX1cYYLiQAI/cgz/iWNqELdgtoH/I J1LmHpxtfbjrTbHI6IaI6zVHdwkhH/d2XkjsEuAzRAvEKNiObyEC1I5FNhy+re4vFKBc LPCm1ftjvM0LkwsTcla/+BCKoIu/ORlYCHCKlebtIBsosQQSMJ+rCDixJ1Q8jEEYvqPY KNsA7HqvJb3WAYh1v9sRG2PXXp7RMxpCrdigRWg10cCF7XtsKTIiRuA8+BO2nXkRY+Rs vfJw== X-Gm-Message-State: AMCzsaVUvhGKVVhKDgb0A8Vw3vewF1zIwqsaWL9SLJxahWMTezhGQisC u4hcUui+JUvCaBRwNjuvTdFLqXXxb4I= X-Google-Smtp-Source: ABhQp+RSgHydTXhYDKTGSzTy+OslE/kv1gJwibjZDSi2s2wwdXLZoSnWr11h/0Zp2skfPSYvbkG7LQ== X-Received: by 10.107.17.98 with SMTP id z95mr458712ioi.271.1508274821143; Tue, 17 Oct 2017 14:13:41 -0700 (PDT) Received: from rosewood.cam.corp.google.com ([2620:0:1013:0:f685:3152:9ba1:429a]) by smtp.gmail.com with ESMTPSA id f2sm5220677ioj.73.2017.10.17.14.13.40 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Oct 2017 14:13:40 -0700 (PDT) From: Sean Paul To: dri-devel@lists.freedesktop.org Subject: [PATCH v3 01/12] drm/panel: Fix typo in drm_panel_unprepare docs Date: Tue, 17 Oct 2017 17:13:04 -0400 Message-Id: <20171017211321.7992-2-seanpaul@chromium.org> X-Mailer: git-send-email 2.15.0.rc1.287.g2b38de12cc-goog In-Reply-To: <20171017211321.7992-1-seanpaul@chromium.org> References: <20171017211321.7992-1-seanpaul@chromium.org> Cc: thierry.reding@gmail.com, 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 Signed-off-by: Sean Paul --- New in v3 include/drm/drm_panel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/drm/drm_panel.h b/include/drm/drm_panel.h index 14ac240a1f64..ab59d71a24c3 100644 --- a/include/drm/drm_panel.h +++ b/include/drm/drm_panel.h @@ -96,7 +96,7 @@ struct drm_panel { }; /** - * drm_disable_unprepare - power off a panel + * drm_panel_unprepare - power off a panel * @panel: DRM panel * * Calling this function will completely power off a panel (assert the panel's