Re: [RESEND PATCH] staging: vme_user: Fixed prink formatting issues

From: Greg KH
Date: Sun Sep 17 2023 - 14:35:32 EST


On Mon, Sep 18, 2023 at 02:11:49AM +0800, Piro Yang wrote:
> Fixed issues relating to prink message including:
>
> a. using __func__ to replace function's name
> b. using pr_warn to replace "printk(KERN_ERR"
>
> Issue found by checkpatch
>
> Signed-off-by: Piro Yang <piroyangg@xxxxxxxxx>
> ---
> drivers/staging/vme_user/vme.c | 16 ++++++++--------
> 1 file changed, 8 insertions(+), 8 deletions(-)

Why is this a RESEND?