From patchwork Wed Oct 5 18:34:14 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Lengfeld X-Patchwork-Id: 9363279 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 DCE66607D6 for ; Wed, 5 Oct 2016 18:34:21 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D33EE28683 for ; Wed, 5 Oct 2016 18:34:21 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C7E14286E1; Wed, 5 Oct 2016 18:34:21 +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.2 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_MED 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 C837528683 for ; Wed, 5 Oct 2016 18:34:20 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2A49C6E1B6; Wed, 5 Oct 2016 18:34:18 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from stcim.de (stcim.de [IPv6:2a01:4f8:120:4065::2]) by gabe.freedesktop.org (Postfix) with ESMTPS id 095AB6E1B6 for ; Wed, 5 Oct 2016 18:34:16 +0000 (UTC) Received: from stc by stcim.de with local (Exim 4.84_2) (envelope-from ) id 1brr1C-00030o-Et; Wed, 05 Oct 2016 20:34:14 +0200 From: Stefan Christ To: dri-devel@lists.freedesktop.org Subject: [PATCH] drm/fb-helper: fix sphinx markup for DRM_FB_HELPER_DEFAULT_OPS Date: Wed, 5 Oct 2016 20:34:14 +0200 Message-Id: <1475692454-11543-1-git-send-email-contact@stefanchrist.eu> X-Mailer: git-send-email 2.1.4 In-Reply-To: <20161005131319.GB20761@phenom.ffwll.local> References: <20161005131319.GB20761@phenom.ffwll.local> Cc: daniel.vetter@ffwll.ch 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 Fix invalid sphinx markup in the comment for the newly added DRM_FB_HELPER_DEFAULT_OPS. Signed-off-by: Stefan Christ --- Hi, > > If I'm not mistaken v1 of this patch is already in drm-misc so you may > > want to send a patch that fix just the line above. > > Yup, I need an incremental patch which applies on top of drm-misc or > linux-next. Sorry if this wasn't clear. > -Daniel Thanks for the head-ups. Here is a fix patch for it. Actually I should have come up with the same idea myself seeing the patch queued for the next pull request. I have not added a "Fixes:" trailer in the commit message. If this is necessary I can resend it, when I see the offending patch in Linus master tree with a commit id. Kind regards, Stefan Christ --- include/drm/drm_fb_helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/drm/drm_fb_helper.h b/include/drm/drm_fb_helper.h index 3c5f599..ed8edfe 100644 --- a/include/drm/drm_fb_helper.h +++ b/include/drm/drm_fb_helper.h @@ -218,7 +218,7 @@ struct drm_fb_helper { }; /** - * @DRM_FB_HELPER_DEFAULT_OPS: + * define DRM_FB_HELPER_DEFAULT_OPS - helper define for drm drivers * * Helper define to register default implementations of drm_fb_helper * functions. To be used in struct fb_ops of drm drivers.