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=-12.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT 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 1B9E0C4742C for ; Mon, 16 Nov 2020 10:18:33 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 846F62227F for ; Mon, 16 Nov 2020 10:18:32 +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="oxdK+++V" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 846F62227F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id B5CC16B0036; Mon, 16 Nov 2020 05:18:31 -0500 (EST) Received: by kanga.kvack.org (Postfix, from userid 40) id B33766B005D; Mon, 16 Nov 2020 05:18:31 -0500 (EST) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 9D4036B006C; Mon, 16 Nov 2020 05:18:31 -0500 (EST) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0069.hostedemail.com [216.40.44.69]) by kanga.kvack.org (Postfix) with ESMTP id 67EBF6B0036 for ; Mon, 16 Nov 2020 05:18:31 -0500 (EST) Received: from smtpin13.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay04.hostedemail.com (Postfix) with ESMTP id EEBA31EE6 for ; Mon, 16 Nov 2020 10:18:30 +0000 (UTC) X-FDA: 77489881980.13.join35_2e1316e27328 Received: from filter.hostedemail.com (10.5.16.251.rfc1918.com [10.5.16.251]) by smtpin13.hostedemail.com (Postfix) with ESMTP id CDB0A18140B70 for ; Mon, 16 Nov 2020 10:18:30 +0000 (UTC) X-HE-Tag: join35_2e1316e27328 X-Filterd-Recvd-Size: 5264 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by imf10.hostedemail.com (Postfix) with ESMTP for ; Mon, 16 Nov 2020 10:18:30 +0000 (UTC) Received: from mail.kernel.org (ip5f5ad5de.dynamic.kabel-deutschland.de [95.90.213.222]) (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 8F944241A3; Mon, 16 Nov 2020 10:18:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1605521908; bh=CEaWy/9rCKH0y9rg+TtKCtrGstISKnLe8WUJn9c9U2A=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=oxdK+++V98RlV2eiilD+A8q0VukrYAH9azfgvpEcxRk2Mg6/bNEC6KgGNo7l/ALd8 EYYFRhPVJh1XA2piWCy3xBPCqEdZEvSZN/spHvuQX8OyKVFpbdKbTabnsIXcQUAMHd VnI6/iNjv9v9+FRaYGs8ENURDo6j84UTe641ezkA= Received: from mchehab by mail.kernel.org with local (Exim 4.94) (envelope-from ) id 1kebac-00FwEd-Ie; Mon, 16 Nov 2020 11:18:26 +0100 From: Mauro Carvalho Chehab To: Mike Rapoport Cc: Mauro Carvalho Chehab , "Jonathan Corbet" , "Linux Doc Mailing List" , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Mike Rapoport Subject: [PATCH v4 21/27] memblock: fix kernel-doc markups Date: Mon, 16 Nov 2020 11:18:17 +0100 Message-Id: <261dbe3eb58c66ba6bc289593e70a4399d111448.1605521731.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: Some identifiers have different names between their prototypes and the kernel-doc markup. Acked-by: Mike Rapoport Signed-off-by: Mauro Carvalho Chehab --- include/linux/memblock.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/memblock.h b/include/linux/memblock.h index ef131255cedc..95fe3cb71c54 100644 --- a/include/linux/memblock.h +++ b/include/linux/memblock.h @@ -255,61 +255,61 @@ void __next_mem_pfn_range(int *idx, int nid, unsign= ed long *out_start_pfn, =20 /** * for_each_mem_pfn_range - early memory pfn range iterator * @i: an integer used as loop variable * @nid: node selector, %MAX_NUMNODES for all nodes * @p_start: ptr to ulong for start pfn of the range, can be %NULL * @p_end: ptr to ulong for end pfn of the range, can be %NULL * @p_nid: ptr to int for nid of the range, can be %NULL * * Walks over configured memory ranges. */ #define for_each_mem_pfn_range(i, nid, p_start, p_end, p_nid) \ for (i =3D -1, __next_mem_pfn_range(&i, nid, p_start, p_end, p_nid); \ i >=3D 0; __next_mem_pfn_range(&i, nid, p_start, p_end, p_nid)) =20 #ifdef CONFIG_DEFERRED_STRUCT_PAGE_INIT void __next_mem_pfn_range_in_zone(u64 *idx, struct zone *zone, unsigned long *out_spfn, unsigned long *out_epfn); /** - * for_each_free_mem_range_in_zone - iterate through zone specific free + * for_each_free_mem_pfn_range_in_zone - iterate through zone specific f= ree * memblock areas * @i: u64 used as loop variable * @zone: zone in which all of the memory blocks reside * @p_start: ptr to phys_addr_t for start address of the range, can be %= NULL * @p_end: ptr to phys_addr_t for end address of the range, can be %NULL * * Walks over free (memory && !reserved) areas of memblock in a specific * zone. Available once memblock and an empty zone is initialized. The m= ain * assumption is that the zone start, end, and pgdat have been associate= d. * This way we can use the zone to determine NUMA node, and if a given p= art * of the memblock is valid for the zone. */ #define for_each_free_mem_pfn_range_in_zone(i, zone, p_start, p_end) \ for (i =3D 0, \ __next_mem_pfn_range_in_zone(&i, zone, p_start, p_end); \ i !=3D U64_MAX; \ __next_mem_pfn_range_in_zone(&i, zone, p_start, p_end)) =20 /** - * for_each_free_mem_range_in_zone_from - iterate through zone specific + * for_each_free_mem_pfn_range_in_zone_from - iterate through zone speci= fic * free memblock areas from a given point * @i: u64 used as loop variable * @zone: zone in which all of the memory blocks reside * @p_start: ptr to phys_addr_t for start address of the range, can be %= NULL * @p_end: ptr to phys_addr_t for end address of the range, can be %NULL * * Walks over free (memory && !reserved) areas of memblock in a specific * zone, continuing from current position. Available as soon as memblock= is * initialized. */ #define for_each_free_mem_pfn_range_in_zone_from(i, zone, p_start, p_end= ) \ for (; i !=3D U64_MAX; \ __next_mem_pfn_range_in_zone(&i, zone, p_start, p_end)) =20 int __init deferred_page_init_max_threads(const struct cpumask *node_cpu= mask); =20 #endif /* CONFIG_DEFERRED_STRUCT_PAGE_INIT */ =20 /** * for_each_free_mem_range - iterate through free memblock areas --=20 2.28.0