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.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 1313AC4727D for ; Tue, 22 Sep 2020 17:52:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D241823A74 for ; Tue, 22 Sep 2020 17:52:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726666AbgIVRwN (ORCPT ); Tue, 22 Sep 2020 13:52:13 -0400 Received: from mga12.intel.com ([192.55.52.136]:45249 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726615AbgIVRwM (ORCPT ); Tue, 22 Sep 2020 13:52:12 -0400 IronPort-SDR: ddcOIDm69ZzICYcxq2RnKZ8qRhnrXeOq5/sX/FQ0A8SwW9ic2B+N12FAgam0gSu8OSPIQT3VB3 Vgp1hclaBYFA== X-IronPort-AV: E=McAfee;i="6000,8403,9752"; a="140153337" X-IronPort-AV: E=Sophos;i="5.77,291,1596524400"; d="scan'208";a="140153337" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Sep 2020 10:52:12 -0700 IronPort-SDR: hzGM7ZD/TLaivxNqob4cD0Y2BbYb0rbiuqA54mVS/DQldSC8tI27QcHr3AkXn3MwS/VtAnY3kk teMxcet2SI5g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,291,1596524400"; d="scan'208";a="290475502" Received: from stinkbox.fi.intel.com (HELO stinkbox) ([10.237.72.174]) by fmsmga007.fm.intel.com with SMTP; 22 Sep 2020 10:52:06 -0700 Received: by stinkbox (sSMTP sendmail emulation); Tue, 22 Sep 2020 20:52:06 +0300 Date: Tue, 22 Sep 2020 20:52:06 +0300 From: Ville =?iso-8859-1?Q?Syrj=E4l=E4?= To: Lyude Paul Cc: Mauro Carvalho Chehab , Linux Doc Mailing List , linux-kernel@vger.kernel.org, Jonathan Corbet , "David S. Miller" , Alexei Starovoitov , Andrii Nakryiko , Cong Wang , Daniel Vetter , David Airlie , Eric Dumazet , Francesco Ruggeri , Jakub Kicinski , Jiri Pirko , Maarten Lankhorst , Maxime Ripard , Taehee Yoo , Thomas Zimmermann , dri-devel@lists.freedesktop.org, netdev@vger.kernel.org Subject: Re: [PATCH 0/3] Fix Kernel-doc warnings introduced on next-20200921 Message-ID: <20200922175206.GY6112@intel.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Patchwork-Hint: comment User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Tue, Sep 22, 2020 at 01:39:41PM -0400, Lyude Paul wrote: > For patches 2 and 3: > > Reviewed-by: Lyude Paul > > I'll go ahead and push these to drm-intel-next-queued (since drm-misc-next > doesn't have these patches in yet, and the commits these fix were originally > merged through drm-intel-next-queued anyway). thanks! Mea culpa. My doc test build was foiled by the sphinx 2 vs. 3 regression and I was too lazy to start downgrading things. Any ETA for getting that fixed btw? > > On Tue, 2020-09-22 at 13:22 +0200, Mauro Carvalho Chehab wrote: > > A few new warnings were added at linux-next. Address them, in order for us > > to keep zero warnings at the docs. > > > > The entire patchset fixing all kernel-doc warnings is at: > > https://git.linuxtv.org/mchehab/experimental.git/log/?h=doc-fixes > > > > Mauro Carvalho Chehab (3): > > net: fix a new kernel-doc warning at dev.c > > drm/dp: fix kernel-doc warnings at drm_dp_helper.c > > drm/dp: fix a kernel-doc issue at drm_edid.c > > > > drivers/gpu/drm/drm_dp_helper.c | 5 +++++ > > drivers/gpu/drm/drm_edid.c | 2 +- > > net/core/dev.c | 4 ++-- > > 3 files changed, 8 insertions(+), 3 deletions(-) > > > -- > Cheers, > Lyude Paul (she/her) > Software Engineer at Red Hat -- Ville Syrjälä Intel 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.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 29808C2D0E2 for ; Tue, 22 Sep 2020 17:52:17 +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 AD2882376F for ; Tue, 22 Sep 2020 17:52:16 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AD2882376F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com 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 595098937C; Tue, 22 Sep 2020 17:52:15 +0000 (UTC) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1AAA98937C for ; Tue, 22 Sep 2020 17:52:13 +0000 (UTC) IronPort-SDR: JY6T6kLKCVg2o1HClJ5SGYUT2bIJPiqXA4LRoaNvZrBqhlLzMH0AVbuvjOcageMriTYq1O0P3F 2/KXqTSRSiyA== X-IronPort-AV: E=McAfee;i="6000,8403,9752"; a="140153336" X-IronPort-AV: E=Sophos;i="5.77,291,1596524400"; d="scan'208";a="140153336" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Sep 2020 10:52:12 -0700 IronPort-SDR: hzGM7ZD/TLaivxNqob4cD0Y2BbYb0rbiuqA54mVS/DQldSC8tI27QcHr3AkXn3MwS/VtAnY3kk teMxcet2SI5g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,291,1596524400"; d="scan'208";a="290475502" Received: from stinkbox.fi.intel.com (HELO stinkbox) ([10.237.72.174]) by fmsmga007.fm.intel.com with SMTP; 22 Sep 2020 10:52:06 -0700 Received: by stinkbox (sSMTP sendmail emulation); Tue, 22 Sep 2020 20:52:06 +0300 Date: Tue, 22 Sep 2020 20:52:06 +0300 From: Ville =?iso-8859-1?Q?Syrj=E4l=E4?= To: Lyude Paul Subject: Re: [PATCH 0/3] Fix Kernel-doc warnings introduced on next-20200921 Message-ID: <20200922175206.GY6112@intel.com> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-Patchwork-Hint: comment User-Agent: Mutt/1.10.1 (2018-07-13) 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: Francesco Ruggeri , Jiri Pirko , Thomas Zimmermann , Jonathan Corbet , Mauro Carvalho Chehab , netdev@vger.kernel.org, Linux Doc Mailing List , Alexei Starovoitov , linux-kernel@vger.kernel.org, David Airlie , Eric Dumazet , dri-devel@lists.freedesktop.org, Jakub Kicinski , Cong Wang , Andrii Nakryiko , "David S. Miller" , Taehee Yoo Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Tue, Sep 22, 2020 at 01:39:41PM -0400, Lyude Paul wrote: > For patches 2 and 3: > = > Reviewed-by: Lyude Paul > = > I'll go ahead and push these to drm-intel-next-queued (since drm-misc-next > doesn't have these patches in yet, and the commits these fix were origina= lly > merged through drm-intel-next-queued anyway). thanks! Mea culpa. My doc test build was foiled by the sphinx 2 vs. 3 regression and I was too lazy to start downgrading things. Any ETA for getting that fixed btw? > = > On Tue, 2020-09-22 at 13:22 +0200, Mauro Carvalho Chehab wrote: > > A few new warnings were added at linux-next. Address them, in order for= us > > to keep zero warnings at the docs. > > = > > The entire patchset fixing all kernel-doc warnings is at: > > https://git.linuxtv.org/mchehab/experimental.git/log/?h=3Ddoc-fixes > > = > > Mauro Carvalho Chehab (3): > > net: fix a new kernel-doc warning at dev.c > > drm/dp: fix kernel-doc warnings at drm_dp_helper.c > > drm/dp: fix a kernel-doc issue at drm_edid.c > > = > > drivers/gpu/drm/drm_dp_helper.c | 5 +++++ > > drivers/gpu/drm/drm_edid.c | 2 +- > > net/core/dev.c | 4 ++-- > > 3 files changed, 8 insertions(+), 3 deletions(-) > > = > -- = > Cheers, > Lyude Paul (she/her) > Software Engineer at Red Hat -- = Ville Syrj=E4l=E4 Intel _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel