From patchwork Thu Jun 26 19:37:20 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 4431701 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id A0BE19F319 for ; Thu, 26 Jun 2014 19:37:31 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id C8A3E202FF for ; Thu, 26 Jun 2014 19:37:29 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id CB5AC20142 for ; Thu, 26 Jun 2014 19:37:27 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 98E746E303; Thu, 26 Jun 2014 12:37:25 -0700 (PDT) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) by gabe.freedesktop.org (Postfix) with ESMTP id 0CE5B6E303 for ; Thu, 26 Jun 2014 12:37:23 -0700 (PDT) Received: by mail-wg0-f43.google.com with SMTP id b13so4141677wgh.14 for ; Thu, 26 Jun 2014 12:37:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=ciCHOy3PECgVF8KcvKanBtsNuMdw8Nqk4a56Q2J/XZo=; b=MZd4sKnoXzTl3cM4XubdzW/Olifhk9dgzRqVTvuChNcy3rVgiZDYSgCL1tZQ+1QK+o LLqVy8Tx3o1NMjAe6sXfvYZ5CWKdEE5YfrvLZBfvuzbmY4SMFgD6ZO36XOHZycmH2qpV vMVnJXFnpE/e3gxy6YyIwhzvGxMg7HKPNERsJS46yUaCfkcq1wnwLXpBM5taKfO0EDND 9Uz/2uVUUyO75w9XN2IKqhwHtVAlcZ0Hy+d1+lX/V2ok8XuLj7Dy/4uUqzvJTY4wmC+N EQdEOP9whBR+LfWcxisiqSchF6Cc+nWZp+OdWResMsSoHLEa14uxCGEC9PSWRdry0La+ 5VEw== X-Received: by 10.180.21.200 with SMTP id x8mr6681854wie.70.1403811442547; Thu, 26 Jun 2014 12:37:22 -0700 (PDT) Received: from localhost (port-12740.pppoe.wtnet.de. [84.46.49.245]) by mx.google.com with ESMTPSA id fb15sm27705950wid.23.2014.06.26.12.37.21 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Jun 2014 12:37:22 -0700 (PDT) From: Thierry Reding To: David Airlie Subject: [PATCH] drm: Fix function names in kerneldoc Date: Thu, 26 Jun 2014 21:37:20 +0200 Message-Id: <1403811440-32358-1-git-send-email-thierry.reding@gmail.com> X-Mailer: git-send-email 2.0.0 Cc: Daniel Vetter , dri-devel@lists.freedesktop.org X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.15 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-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Thierry Reding The drm_property_create_enum(), drm_property_create_bitmask() and drm_property_create_range() contain the wrong name in the kerneldoc comment. This is probably simply a copy/paste mistake. Signed-off-by: Thierry Reding --- drivers/gpu/drm/drm_crtc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/drm_crtc.c b/drivers/gpu/drm/drm_crtc.c index 684ad81baa3c..cbeb23499552 100644 --- a/drivers/gpu/drm/drm_crtc.c +++ b/drivers/gpu/drm/drm_crtc.c @@ -3329,7 +3329,7 @@ fail: EXPORT_SYMBOL(drm_property_create); /** - * drm_property_create - create a new enumeration property type + * drm_property_create_enum - create a new enumeration property type * @dev: drm device * @flags: flags specifying the property type * @name: name of the property @@ -3375,7 +3375,7 @@ struct drm_property *drm_property_create_enum(struct drm_device *dev, int flags, EXPORT_SYMBOL(drm_property_create_enum); /** - * drm_property_create - create a new bitmask property type + * drm_property_create_bitmask - create a new bitmask property type * @dev: drm device * @flags: flags specifying the property type * @name: name of the property @@ -3437,7 +3437,7 @@ static struct drm_property *property_create_range(struct drm_device *dev, } /** - * drm_property_create - create a new ranged property type + * drm_property_create_range - create a new ranged property type * @dev: drm device * @flags: flags specifying the property type * @name: name of the property