[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <85af8b2d-6246-46c5-c6dc-582807010fa@inria.fr>
Date: Wed, 18 Oct 2023 07:49:22 +0200 (CEST)
From: Julia Lawall <julia.lawall@...ia.fr>
To: Soumya Negi <soumya.negi97@...il.com>
cc: Martyn Welch <martyn@...chs.me.uk>,
Manohar Vanga <manohar.vanga@...il.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
outreachy@...ts.linux.dev, linux-kernel@...r.kernel.org,
linux-staging@...ts.linux.dev
Subject: Re: [PATCH 0/2] staging: vme_user: Replace printk's & cleanup log
messages
On Tue, 17 Oct 2023, Soumya Negi wrote:
> Staging driver vme_user has a bunch of printk() calls in vme.c which
> triggers checkpatch warnings. Remove all printk's and change them to
> the appropriate logging mechanism i.e pr_err()/pr_warn(), or
> dev_err()/dev_warn().
>
> Also, cleanup the messages further by using __func__ in the string
> instead of function names.
"cleanup" is not actually a verb. It's a noun. The verb would be clean
up.
julia
>
> This patchset fixes all checkpatch warnings like:
>
> WARNING: Prefer [subsystem eg: netdev]_err([subsystem]dev, ... then
> dev_err(dev, ... then pr_err(... to printk(KERN_ERR ...
> &
> WARNING: Prefer using '"%s...", __func__' to using 'vme_lm_get',
> this function's name, in a string
>
> Patches must be applied in order.
>
> Soumya Negi (2):
> staging: vme_user: Replace printk() with pr_*(),dev_*()
> staging: vme_user: Use __func__ instead of function name
>
> drivers/staging/vme_user/vme.c | 175 ++++++++++++++++++---------------
> 1 file changed, 94 insertions(+), 81 deletions(-)
>
> --
> 2.42.0
>
>
>
Powered by blists - more mailing lists