From patchwork Wed Feb 13 13:30:22 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lespiau, Damien" X-Patchwork-Id: 2136061 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by patchwork1.kernel.org (Postfix) with ESMTP id D3C7F3FCA4 for ; Wed, 13 Feb 2013 13:30:48 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C3A11E6649 for ; Wed, 13 Feb 2013 05:30:48 -0800 (PST) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTP id 876C4E6063 for ; Wed, 13 Feb 2013 05:30:24 -0800 (PST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 13 Feb 2013 05:30:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,657,1355126400"; d="scan'208";a="286698262" Received: from unknown (HELO dyon.amr.corp.intel.com) ([10.255.12.243]) by fmsmga001.fm.intel.com with ESMTP; 13 Feb 2013 05:30:23 -0800 From: Damien Lespiau To: dri-devel@lists.freedesktop.org Subject: [PATCH] drm: Fix a typo in the struct drm_plane_funcs documentation Date: Wed, 13 Feb 2013 13:30:22 +0000 Message-Id: <1360762222-31173-1-git-send-email-damien.lespiau@intel.com> X-Mailer: git-send-email 1.7.7.5 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org Errors-To: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org Signed-off-by: Damien Lespiau --- include/drm/drm_crtc.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index e90c8dc..b248382 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h @@ -659,7 +659,7 @@ struct drm_plane_funcs { * @gamma_store: gamma correction table * @enabled: enabled flag * @funcs: helper functions - * @helper_private: storage for drver layer + * @helper_private: storage for driver layer * @properties: property tracking for this plane */ struct drm_plane {