From patchwork Thu Mar 14 22:04:17 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 10853741 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id E6BD61515 for ; Thu, 14 Mar 2019 22:04:29 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CFE0F2A65C for ; Thu, 14 Mar 2019 22:04:29 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BF2D22A665; Thu, 14 Mar 2019 22:04:29 +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=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 971F22A65C for ; Thu, 14 Mar 2019 22:04:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727258AbfCNWE1 (ORCPT ); Thu, 14 Mar 2019 18:04:27 -0400 Received: from perceval.ideasonboard.com ([213.167.242.64]:58524 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726885AbfCNWE1 (ORCPT ); Thu, 14 Mar 2019 18:04:27 -0400 Received: from Q.home (cpc85428-aztw29-2-0-cust223.18-1.cable.virginm.net [82.38.144.224]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 1FE3531C; Thu, 14 Mar 2019 23:04:25 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1552601065; bh=ntGQrEGiZvFjVkrEnllKcuJUJORdnkm5UhhS/7AHqLs=; h=From:To:Cc:Subject:Date:From; b=hL5caiKC4uRDjp9ihOKkIAvg96gfKxq9DlZIxnUghteoI5HDBl4FhXJzCT8I0iSop jwQK9ydS84J1rCQeV5OCyW6ECJem8rSWR7cTKg9WRvsXHAPrjDdF4CI4x73b8GxJh5 J6vHpTI5nSblsBeHrfKawQrIyd6K1um94N3lSD7Q= From: Kieran Bingham To: linux-renesas-soc@vger.kernel.org, dri-devel@lists.freedesktop.org, Laurent Pinchart , David Airlie Cc: linux-kernel@vger.kernel.org, Kieran Bingham Subject: [PATCH 0/3] drm: rcar-du: Cleanup minor CRTC issues Date: Thu, 14 Mar 2019 22:04:17 +0000 Message-Id: <20190314220420.32487-1-kieran.bingham+renesas@ideasonboard.com> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Three fairly trivial cleanup patches from while I've been working on the CRTC code on rcar-du. The first is a small spelling error in the drm_crtc_state documentation, and the following two are more directly cleaning up the rcar-du. Kieran Bingham (3): drm: fix subtle spelling error in drm_crtc_state drm: rcar-du: crtc: make local functions static drm: rcar-du: Remove unused prototypes drivers/gpu/drm/rcar-du/rcar_du_crtc.c | 9 +++++---- drivers/gpu/drm/rcar-du/rcar_du_crtc.h | 2 -- include/drm/drm_crtc.h | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) Reviewed-by: Laurent Pinchart