[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2025022145-ungodly-hanky-499e@gregkh>
Date: Fri, 21 Feb 2025 14:12:16 +0100
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Zijun Hu <quic_zijuhu@...cinc.com>
Cc: Will Deacon <will@...nel.org>,
"Aneesh Kumar K.V" <aneesh.kumar@...nel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Nick Piggin <npiggin@...il.com>,
Peter Zijlstra <peterz@...radead.org>,
Arnd Bergmann <arnd@...db.de>, Thomas Gleixner <tglx@...utronix.de>,
Herbert Xu <herbert@...dor.apana.org.au>,
"David S. Miller" <davem@...emloft.net>,
"Rafael J. Wysocki" <rafael@...nel.org>,
Danilo Krummrich <dakr@...nel.org>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>,
Simon Horman <horms@...nel.org>,
Johannes Berg <johannes@...solutions.net>,
Jamal Hadi Salim <jhs@...atatu.com>,
Cong Wang <xiyou.wangcong@...il.com>, Jiri Pirko <jiri@...nulli.us>,
Jason Gunthorpe <jgg@...pe.ca>, Leon Romanovsky <leon@...nel.org>,
Linus Walleij <linus.walleij@...aro.org>,
Bartosz Golaszewski <brgl@...ev.pl>, Lee Jones <lee@...nel.org>,
Thomas Graf <tgraf@...g.ch>, Christoph Hellwig <hch@....de>,
Marek Szyprowski <m.szyprowski@...sung.com>,
Robin Murphy <robin.murphy@....com>,
Miquel Raynal <miquel.raynal@...tlin.com>,
Richard Weinberger <richard@....at>,
Vignesh Raghavendra <vigneshr@...com>,
Zijun Hu <zijun_hu@...oud.com>, linux-arch@...r.kernel.org,
linux-mm@...ck.org, linux-kernel@...r.kernel.org,
linux-crypto@...r.kernel.org, netdev@...r.kernel.org,
linux-wireless@...r.kernel.org, linux-rdma@...r.kernel.org,
linux-gpio@...r.kernel.org, linux-pm@...r.kernel.org,
iommu@...ts.linux.dev, linux-mtd@...ts.infradead.org
Subject: Re: [PATCH *-next 00/18] Remove weird and needless 'return' for void
APIs
On Fri, Feb 21, 2025 at 05:02:05AM -0800, Zijun Hu wrote:
> This patch series is to remove weird and needless 'return' for
> void APIs under include/ with the following pattern:
>
> api_header.h:
>
> void api_func_a(...);
>
> static inline void api_func_b(...)
> {
> return api_func_a(...);
> }
>
> Remove the needless 'return' in api_func_b().
>
> Signed-off-by: Zijun Hu <quic_zijuhu@...cinc.com>
> ---
> Zijun Hu (18):
> mm/mmu_gather: Remove needless return in void API tlb_remove_page()
> cpu: Remove needless return in void API suspend_enable_secondary_cpus()
> crypto: api - Remove needless return in void API crypto_free_tfm()
> crypto: scomp - Remove needless return in void API crypto_scomp_free_ctx()
> sysfs: Remove needless return in void API sysfs_enable_ns()
> skbuff: Remove needless return in void API consume_skb()
> wifi: mac80211: Remove needless return in void API _ieee80211_hw_set()
> net: sched: Remove needless return in void API qdisc_watchdog_schedule_ns()
> ipv4/igmp: Remove needless return in void API ip_mc_dec_group()
> IB/rdmavt: Remove needless return in void API rvt_mod_retry_timer()
> ratelimit: Remove needless return in void API ratelimit_default_init()
> siox: Remove needless return in void API siox_driver_unregister()
> gpiolib: Remove needless return in two void APIs
> PM: wakeup: Remove needless return in three void APIs
> mfd: db8500-prcmu: Remove needless return in three void APIs
> rhashtable: Remove needless return in three void APIs
> dma-mapping: Remove needless return in five void APIs
> mtd: nand: Do not return void function in void function
These span loads of different subsystems, please just submit them all to
the different subsystems directly, not as one big patch series which
none of us could take individually.
thanks,
greg k-h
Powered by blists - more mailing lists