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=-15.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,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 A67C1C433ED for ; Mon, 26 Apr 2021 05:05:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 88BDD61077 for ; Mon, 26 Apr 2021 05:05:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231768AbhDZFF7 (ORCPT ); Mon, 26 Apr 2021 01:05:59 -0400 Received: from foss.arm.com ([217.140.110.172]:56100 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229469AbhDZFF6 (ORCPT ); Mon, 26 Apr 2021 01:05:58 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id E651131B; Sun, 25 Apr 2021 22:05:16 -0700 (PDT) Received: from [10.163.75.66] (unknown [10.163.75.66]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 70E173F70D; Sun, 25 Apr 2021 22:05:14 -0700 (PDT) Subject: Re: [PATCH 1/2] mm/mmzone.h: fix existing kernel-doc comments and link them to core-api To: Mike Rapoport , Andrew Morton Cc: Jonathan Corbet , Mike Rapoport , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org References: <20210423203811.1247508-1-rppt@kernel.org> <20210423203811.1247508-2-rppt@kernel.org> From: Anshuman Khandual Message-ID: <6eddc206-4653-d3c8-3bcb-e92cf4738504@arm.com> Date: Mon, 26 Apr 2021 10:36:07 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20210423203811.1247508-2-rppt@kernel.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 4/24/21 2:08 AM, Mike Rapoport wrote: > From: Mike Rapoport > > There are a couple of kernel-doc comments in include/linux/mmzone.h but > they have minor formatting issues that would cause kernel-doc warnings. > > Fix the formatting of those comments, add missing Return: descriptions and > link include/linux/mmzone.h to Documentation/core-api/mm-api.rst > > Signed-off-by: Mike Rapoport > --- > Documentation/core-api/mm-api.rst | 2 ++ > include/linux/mmzone.h | 43 +++++++++++++++++-------------- > 2 files changed, 26 insertions(+), 19 deletions(-) Reviewed-by: Anshuman Khandual