From patchwork Thu Sep 17 08:04:24 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: 1365956 Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=default header.b=JwMinYkF; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4BsV2X3Tj1z9sTW for ; Thu, 17 Sep 2020 18:08:04 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726505AbgIQIH6 (ORCPT ); Thu, 17 Sep 2020 04:07:58 -0400 Received: from mail.kernel.org ([198.145.29.99]:47894 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726416AbgIQIGh (ORCPT ); Thu, 17 Sep 2020 04:06:37 -0400 Received: from mail.kernel.org (ip5f5ad5d2.dynamic.kabel-deutschland.de [95.90.213.210]) (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 BC07920707; Thu, 17 Sep 2020 08:04:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600329870; bh=2vRvBaqh9EKp9T9C1x2X/Aw5e2zrJra1E4+MhA18gXM=; h=From:To:Cc:Subject:Date:From; b=JwMinYkF0td1iRhPW6tYFYQK+S7ineNCASogVdgKBrsKxz4mmq+nyP57pilLOicSW mW5kv6Dca7sMxfzTudNRr/uKLQuG5PWfYo/j4P+yvMvZ1mcWh0YwiaUHO0ufDxu8OU dmMBEW7Mj0h6WR3KhpliVNeoCCyqQDWt7g8/f1ZI= Received: from mchehab by mail.kernel.org with local (Exim 4.94) (envelope-from ) id 1kIou4-0051LO-6j; Thu, 17 Sep 2020 10:04:28 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , "Matthew Wilcox (Oracle)" , Alexander Potapenko , Alexei Starovoitov , Andreas Gruenbacher , Andrew Morton , Andrey Ryabinin , Andrii Nakryiko , Daniel Borkmann , Dmitry Vyukov , Guoqing Jiang , Jens Axboe , Johannes Weiner , John Fastabend , KP Singh , Martin KaFai Lau , Song Liu , Stephen Rothwell , William Kucharski , Yang Shi , Yonghong Song , bpf@vger.kernel.org, kasan-dev@googlegroups.com, netdev@vger.kernel.org Subject: [PATCH 0/3] Additional doc warning fixes for issues at next-20200915 Date: Thu, 17 Sep 2020 10:04:24 +0200 Message-Id: X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org There are a couple of new warnings introduced at linux-next. This small patch series address them. The complete series addressing (almost) all doc warnings is at: https://git.linuxtv.org/mchehab/experimental.git/log/?h=doc-fixes I'll keep rebasing such tree until we get rid of all doc warnings upstream, hopefully in time for Kernel 5.10. Mauro Carvalho Chehab (3): docs: kasan.rst: add two missing blank lines mm: pagemap.h: fix two kernel-doc markups docs: bpf: ringbuf.rst: fix a broken cross-reference Documentation/bpf/ringbuf.rst | 2 +- Documentation/dev-tools/kasan.rst | 2 ++ include/linux/pagemap.h | 8 ++++---- 3 files changed, 7 insertions(+), 5 deletions(-)