From patchwork Tue Sep 22 11:22:51 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 11792289 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 367C059D for ; Tue, 22 Sep 2020 11:23:01 +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 D7C3223A1B for ; Tue, 22 Sep 2020 11:23:00 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="vFvk7ZwM" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D7C3223A1B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org 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 1418A6E84C; Tue, 22 Sep 2020 11:23:00 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by gabe.freedesktop.org (Postfix) with ESMTPS id F03F36E852 for ; Tue, 22 Sep 2020 11:22:58 +0000 (UTC) Received: from mail.kernel.org (ip5f5ad5bc.dynamic.kabel-deutschland.de [95.90.213.188]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4E4162399A; Tue, 22 Sep 2020 11:22:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600773778; bh=BXOV2/wMUecYDuk+Af/OccQnwb4IQj2Pi9tGe6aNU2k=; h=From:To:Cc:Subject:Date:From; b=vFvk7ZwMV6SNdK/3/D+GYOTYKMsfFwsEDIpY1YZWRtuwIjGgoM01CI+twtVBrkE1o ImTeDXXYTEEAdCBHATt7CH8ZrUNKFR7nR+ipw45ihTn14l6sTrLZNtKds8OZBLMzxD SuWdjRDzeBW3XbNWO76zax0qQH/EZxjmRrWby0nc= Received: from mchehab by mail.kernel.org with local (Exim 4.94) (envelope-from ) id 1kKgNr-0010Ke-Kx; Tue, 22 Sep 2020 13:22:55 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Subject: [PATCH 0/3] Fix Kernel-doc warnings introduced on next-20200921 Date: Tue, 22 Sep 2020 13:22:51 +0200 Message-Id: X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 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: Jiri Pirko , Thomas Zimmermann , Jonathan Corbet , Mauro Carvalho Chehab , netdev@vger.kernel.org, dri-devel@lists.freedesktop.org, Francesco Ruggeri , Alexei Starovoitov , linux-kernel@vger.kernel.org, David Airlie , Eric Dumazet , Taehee Yoo , Jakub Kicinski , Cong Wang , Andrii Nakryiko , "David S. Miller" Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" 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(-) Reviewed-by: Lyude Paul