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=-8.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 87625C433B4 for ; Sun, 11 Apr 2021 18:36:07 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id A05C461019 for ; Sun, 11 Apr 2021 18:36:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A05C461019 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 05D4B6B0036; Sun, 11 Apr 2021 14:36:06 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 00CB66B006C; Sun, 11 Apr 2021 14:36:05 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id E3E0C6B006E; Sun, 11 Apr 2021 14:36:05 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0209.hostedemail.com [216.40.44.209]) by kanga.kvack.org (Postfix) with ESMTP id C61B26B0036 for ; Sun, 11 Apr 2021 14:36:05 -0400 (EDT) Received: from smtpin19.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay05.hostedemail.com (Postfix) with ESMTP id 7688418033D13 for ; Sun, 11 Apr 2021 18:36:05 +0000 (UTC) X-FDA: 78020940690.19.16529D7 Received: from casper.infradead.org (casper.infradead.org [90.155.50.34]) by imf13.hostedemail.com (Postfix) with ESMTP id 1F5F3E000113 for ; Sun, 11 Apr 2021 18:36:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=YfrfmoP5PpxwHa+M62ueDXBrwjxweQe9FK1YZC/7+gY=; b=MzKYUP5hIQcTDRevqTxYOeUdMu oymXgAaqq+dKvIu8vsSsVeY0WsXuNzfUuJXdGaV+CGavfv9DQc+CCjBtWiDILoupnQAODrVWRrGcy IHyDcQ8aJdnehwIdEqDFWOe7KVE04gndeL8qusvcxfjBNxeQ2UQvvLkPPsOpLP+faEdfoLkX2NM7v ZnYldbPiv+VkHjLh6Ig8iTPtIPhnCe2RX/9wTG/MG3JPi92StcHIa7rY9DXi3hpqwDIjTLA18ZQ/1 20u42wqQN+G/bCNaR5DO7u9/WYMtuuSV2AQ/J89qmYESOtgAoBwPX8nKE9ni6iztZn14Cq1rHJDMk xdRlmPxA==; Received: from willy by casper.infradead.org with local (Exim 4.94 #2 (Red Hat Linux)) id 1lVevx-003HbF-3a; Sun, 11 Apr 2021 18:35:51 +0000 Date: Sun, 11 Apr 2021 19:35:45 +0100 From: Matthew Wilcox To: Randy Dunlap Cc: linux-kernel@vger.kernel.org, Andrew Morton , linux-mm@kvack.org Subject: Re: [PATCH] mm: eliminate "expecting prototype" kernel-doc warnings Message-ID: <20210411183545.GD2531743@casper.infradead.org> References: <20210411174321.7013-1-rdunlap@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210411174321.7013-1-rdunlap@infradead.org> X-Rspamd-Server: rspam01 X-Rspamd-Queue-Id: 1F5F3E000113 X-Stat-Signature: 3oix47hk3cic6a1biifaoidgcu6pt5wf Received-SPF: none (infradead.org>: No applicable sender policy available) receiver=imf13; identity=mailfrom; envelope-from=""; helo=casper.infradead.org; client-ip=90.155.50.34 X-HE-DKIM-Result: pass/pass X-HE-Tag: 1618166162-590131 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: On Sun, Apr 11, 2021 at 10:43:21AM -0700, Randy Dunlap wrote: > +++ linux-next-20210409/mm/mmu_gather.c > @@ -250,7 +250,7 @@ void tlb_flush_mmu(struct mmu_gather *tl > } > > /** > - * tlb_gather_mmu - initialize an mmu_gather structure for page-table tear-down > + * __tlb_gather_mmu - initialize an mmu_gather structure for page-table tear-down > * @tlb: the mmu_gather structure to initialize > * @mm: the mm_struct of the target address space > * @fullmm: @mm is without users and we're going to destroy the full address I think this is the wrong fix. __tlb_gather_mmu is static, so documenting it isn't going to do much good. Instead, this doc should be moved down to tlb_gather_mmu(). For bonus points, add documentation for tlb_gather_mmu_fullmm(). > --- linux-next-20210409.orig/mm/oom_kill.c > +++ linux-next-20210409/mm/oom_kill.c > @@ -171,10 +171,11 @@ static bool oom_unkillable_task(struct t > } > > /** > - * Check whether unreclaimable slab amount is greater than > - * all user memory(LRU pages). > + * should_dump_unreclaim_slab - Check whether unreclaimable slab amount > + * is greater than all user memory (LRU pages). > + * > * dump_unreclaimable_slab() could help in the case that > - * oom due to too much unreclaimable slab used by kernel. > + * oom is due to too much unreclaimable slab used by kernel. > */ > static bool should_dump_unreclaim_slab(void) This is static. I'd just remove the second '*' and turn it into a non-kernel-doc comment. > { > --- linux-next-20210409.orig/mm/shuffle.c > +++ linux-next-20210409/mm/shuffle.c > @@ -148,7 +148,7 @@ void __meminit __shuffle_zone(struct zon > } > > /** > - * shuffle_free_memory - reduce the predictability of the page allocator > + * __shuffle_free_memory - reduce the predictability of the page allocator > * @pgdat: node page data > */ > void __meminit __shuffle_free_memory(pg_data_t *pgdat) Nobody calls __shuffle_free_memory() directly. If anything, the doc should be moved to shuffle_free_memory(). But since it has precisely one caller, and it's within mm/, I'm more inclined to leave this comment where it is and turn it into a non-kernel-doc comment. Thoughts?