From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.1 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CF351C4727E for ; Wed, 30 Sep 2020 14:42:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 879E22076B for ; Wed, 30 Sep 2020 14:42:40 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ffwll.ch header.i=@ffwll.ch header.b="cQOkFdHu" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730556AbgI3Omj (ORCPT ); Wed, 30 Sep 2020 10:42:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34998 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727426AbgI3Omj (ORCPT ); Wed, 30 Sep 2020 10:42:39 -0400 Received: from mail-wr1-x441.google.com (mail-wr1-x441.google.com [IPv6:2a00:1450:4864:20::441]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BD02AC0613D0 for ; Wed, 30 Sep 2020 07:42:38 -0700 (PDT) Received: by mail-wr1-x441.google.com with SMTP id m6so2129083wrn.0 for ; Wed, 30 Sep 2020 07:42:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to; bh=6v1rod49sRpblgnIYaytswYlCAQtFHY9+INnLpwKsRI=; b=cQOkFdHu0n/gK2VC6Pw53HVVFr+sMRhn6/aFzrYNCe7zizsTi+kfwlLL93pj2OdVwl ZvTEecxM05FWuhS8VL6yi10EmnLuVLatUgQxHjdXdPAyWlrIK+mfFFhOTLpn2J0GsJ5+ SbO0juaAokzo/rGx78kvVzx0sykPLmcAbvJKk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id :mail-followup-to:references:mime-version:content-disposition :in-reply-to; bh=6v1rod49sRpblgnIYaytswYlCAQtFHY9+INnLpwKsRI=; b=pPFavoZfd1yqj/Al/Z0TFbX2XFkaZJ1bVA5QNh6eSBRbFDqk+oaoL070H/FdanDB1r 07Gf2Gr6InEMvSaXnuQ/NTfhj2VPh9g753+J5hXFF/RR08uZLHCvIttBC5aTXOgmnfc7 57gaWtDsh2/rYUQanOlwxtG8bdTPIEI6T6ND1h75pThoigGW9sH7nta8BKBFKcVaP4br uwiMchdsFhOqnKa7c6y6ktkOaLffQl9kaxf7SDMEhFN/DJawS07o82IG7AufNJEsrhC/ zGUIVY/helvPpg1ZTFDZfITbNWjDXp1D6T4yDzKyDQXGegJRdAtxbHKlgbAYMZZ1rxXk yd9w== X-Gm-Message-State: AOAM5334oOlRDX9pD7M6D5PG+ihEhjPmR4V14mLUH8RlKjt+yrh2mdef +KfGKPRGfhrOgdCFCBQY2SlQ2g== X-Google-Smtp-Source: ABdhPJz2nZa1l1VvlRHa6DFjVS+WIE6DInmcSNTyofAfBcbUicZpM6IVdQGrOIGPOy4g2tCaX7c+2g== X-Received: by 2002:adf:dccc:: with SMTP id x12mr3619286wrm.241.1601476957326; Wed, 30 Sep 2020 07:42:37 -0700 (PDT) Received: from phenom.ffwll.local ([2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa]) by smtp.gmail.com with ESMTPSA id k5sm3369463wmb.19.2020.09.30.07.42.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 30 Sep 2020 07:42:36 -0700 (PDT) Date: Wed, 30 Sep 2020 16:42:34 +0200 From: Daniel Vetter To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Jonathan Corbet , Daniel Vetter , David Airlie , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 20/52] drm: drm_dsc.h: fix a kernel-doc markup Message-ID: <20200930144234.GB438822@phenom.ffwll.local> Mail-Followup-To: Mauro Carvalho Chehab , Linux Doc Mailing List , Jonathan Corbet , David Airlie , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org References: <3d467022325e15bba8dcb13da8fb730099303266.1601467849.git.mchehab+huawei@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3d467022325e15bba8dcb13da8fb730099303266.1601467849.git.mchehab+huawei@kernel.org> X-Operating-System: Linux phenom 5.7.0-1-amd64 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 30, 2020 at 03:24:43PM +0200, Mauro Carvalho Chehab wrote: > As warned by Sphinx: > > ./Documentation/gpu/drm-kms-helpers:305: ./include/drm/drm_dsc.h:587: WARNING: Unparseable C cross-reference: 'struct' > Invalid C declaration: Expected identifier in nested name, got keyword: struct [error at 6] > struct > ------^ > > The markup for one struct is wrong, as struct is used twice. > > Signed-off-by: Mauro Carvalho Chehab Applied to drm-misc-fixes, thanks for your patch. -Daniel > --- > include/drm/drm_dsc.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/drm/drm_dsc.h b/include/drm/drm_dsc.h > index 887954cbfc60..732f32740c86 100644 > --- a/include/drm/drm_dsc.h > +++ b/include/drm/drm_dsc.h > @@ -588,7 +588,7 @@ struct drm_dsc_picture_parameter_set { > * This structure represents the DSC PPS infoframe required to send the Picture > * Parameter Set metadata required before enabling VESA Display Stream > * Compression. This is based on the DP Secondary Data Packet structure and > - * comprises of SDP Header as defined &struct struct dp_sdp_header in drm_dp_helper.h > + * comprises of SDP Header as defined &struct dp_sdp_header in drm_dp_helper.h > * and PPS payload defined in &struct drm_dsc_picture_parameter_set. > * > * @pps_header: Header for PPS as per DP SDP header format of type > -- > 2.26.2 > -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A222DC4727C for ; Wed, 30 Sep 2020 14:42:41 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 523B020789 for ; Wed, 30 Sep 2020 14:42:41 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=ffwll.ch header.i=@ffwll.ch header.b="cQOkFdHu" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 523B020789 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ffwll.ch Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8571489D58; Wed, 30 Sep 2020 14:42:40 +0000 (UTC) Received: from mail-wr1-x441.google.com (mail-wr1-x441.google.com [IPv6:2a00:1450:4864:20::441]) by gabe.freedesktop.org (Postfix) with ESMTPS id A97E789D8A for ; Wed, 30 Sep 2020 14:42:38 +0000 (UTC) Received: by mail-wr1-x441.google.com with SMTP id c18so2095659wrm.9 for ; Wed, 30 Sep 2020 07:42:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to; bh=6v1rod49sRpblgnIYaytswYlCAQtFHY9+INnLpwKsRI=; b=cQOkFdHu0n/gK2VC6Pw53HVVFr+sMRhn6/aFzrYNCe7zizsTi+kfwlLL93pj2OdVwl ZvTEecxM05FWuhS8VL6yi10EmnLuVLatUgQxHjdXdPAyWlrIK+mfFFhOTLpn2J0GsJ5+ SbO0juaAokzo/rGx78kvVzx0sykPLmcAbvJKk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id :mail-followup-to:references:mime-version:content-disposition :in-reply-to; bh=6v1rod49sRpblgnIYaytswYlCAQtFHY9+INnLpwKsRI=; b=eZYG0JCzDN+mK+hG0GxqqcoXO9lkGxiteakQT4rKOayetVB9bYpumj/Wsa3T0w6VL7 q30h8x6UoGyGtIK8klxDNqyoyKUrrGu07FZjuqQmyQEmmxsjP9dwFp+0tj8gqABm9eN7 o9lnboa6B0rhXL5nnOvHh1XYyKvCD44LE2TFhb4o4NNk2oefIW51y+i/MYEOmASlWKOt +Mm9MN4mc0NRmVbJ8SAi3uITLtJ57ujVWZcFvN/XUBAkGTrZNidj3SGm224CseLCmab6 XhJzdUM0TEdnVr8zVcEeV7BX/+Hxr+DsoWlMez86CwRDZw1S48whPG/IGqv+0HjCTfLi lIdQ== X-Gm-Message-State: AOAM533ldOMUkA1aO61GLSGLW/wjzKFfX4E3buMKp5o9DzTyfGubOwhd kjSERj1S/0jQ0aXY3MRe9MENpg== X-Google-Smtp-Source: ABdhPJz2nZa1l1VvlRHa6DFjVS+WIE6DInmcSNTyofAfBcbUicZpM6IVdQGrOIGPOy4g2tCaX7c+2g== X-Received: by 2002:adf:dccc:: with SMTP id x12mr3619286wrm.241.1601476957326; Wed, 30 Sep 2020 07:42:37 -0700 (PDT) Received: from phenom.ffwll.local ([2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa]) by smtp.gmail.com with ESMTPSA id k5sm3369463wmb.19.2020.09.30.07.42.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 30 Sep 2020 07:42:36 -0700 (PDT) Date: Wed, 30 Sep 2020 16:42:34 +0200 From: Daniel Vetter To: Mauro Carvalho Chehab Subject: Re: [PATCH v4 20/52] drm: drm_dsc.h: fix a kernel-doc markup Message-ID: <20200930144234.GB438822@phenom.ffwll.local> Mail-Followup-To: Mauro Carvalho Chehab , Linux Doc Mailing List , Jonathan Corbet , David Airlie , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org References: <3d467022325e15bba8dcb13da8fb730099303266.1601467849.git.mchehab+huawei@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <3d467022325e15bba8dcb13da8fb730099303266.1601467849.git.mchehab+huawei@kernel.org> X-Operating-System: Linux phenom 5.7.0-1-amd64 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Thomas Zimmermann , Jonathan Corbet , David Airlie , Linux Doc Mailing List , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Wed, Sep 30, 2020 at 03:24:43PM +0200, Mauro Carvalho Chehab wrote: > As warned by Sphinx: > > ./Documentation/gpu/drm-kms-helpers:305: ./include/drm/drm_dsc.h:587: WARNING: Unparseable C cross-reference: 'struct' > Invalid C declaration: Expected identifier in nested name, got keyword: struct [error at 6] > struct > ------^ > > The markup for one struct is wrong, as struct is used twice. > > Signed-off-by: Mauro Carvalho Chehab Applied to drm-misc-fixes, thanks for your patch. -Daniel > --- > include/drm/drm_dsc.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/drm/drm_dsc.h b/include/drm/drm_dsc.h > index 887954cbfc60..732f32740c86 100644 > --- a/include/drm/drm_dsc.h > +++ b/include/drm/drm_dsc.h > @@ -588,7 +588,7 @@ struct drm_dsc_picture_parameter_set { > * This structure represents the DSC PPS infoframe required to send the Picture > * Parameter Set metadata required before enabling VESA Display Stream > * Compression. This is based on the DP Secondary Data Packet structure and > - * comprises of SDP Header as defined &struct struct dp_sdp_header in drm_dp_helper.h > + * comprises of SDP Header as defined &struct dp_sdp_header in drm_dp_helper.h > * and PPS payload defined in &struct drm_dsc_picture_parameter_set. > * > * @pps_header: Header for PPS as per DP SDP header format of type > -- > 2.26.2 > -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel