[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <YT+QBwXiQGxkRqXZ@slm.duckdns.org>
Date: Mon, 13 Sep 2021 07:53:11 -1000
From: Tejun Heo <tj@...nel.org>
To: Rolf Eike Beer <eb@...ix.com>
Cc: Lai Jiangshan <jiangshanlai@...il.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] workqueue: annotate alloc_workqueue() as printf
On Mon, Sep 13, 2021 at 12:02:56PM +0200, Rolf Eike Beer wrote:
> This also enables checking of allows alloc_ordered_workqueue().
>
> Signed-off-by: Rolf Eike Beer <eb@...ix.com>
Applied to wq/for-5.16.
> +__printf(1, 4) struct workqueue_struct *alloc_workqueue(const char *fmt,
> + unsigned int flags,
> + int max_active, ...);
I broke the line after the return type while applying.
Thanks.
--
tejun
Powered by blists - more mailing lists