[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <49a8099eb7dd01e9d2d190056171341d87cd442b.camel@perches.com>
Date: Mon, 18 Jul 2022 07:32:21 -0700
From: Joe Perches <joe@...ches.com>
To: Yu Kuai <yukuai1@...weicloud.com>, josef@...icpanda.com,
axboe@...nel.dk, houtao1@...wei.com
Cc: linux-block@...r.kernel.org, nbd@...er.debian.org,
linux-kernel@...r.kernel.org, yi.zhang@...wei.com
Subject: Re: [PATCH] nbd: add missing definition of pr_fmt
On Mon, 2022-07-18 at 21:52 +0800, Yu Kuai wrote:
> 在 2022/07/06 17:33, Yu Kuai 写道:
> > From: Yu Kuai <yukuai3@...wei.com>
> >
> > commit 1243172d5894 ("nbd: use pr_err to output error message") tries
> > to define pr_fmt and use short pr_err() to output error message,
> > however, the definition is missed.
>
> friendly ping ...
[]
> > diff --git a/drivers/block/nbd.c b/drivers/block/nbd.c
[]
> > @@ -44,6 +44,9 @@
> > #include <linux/nbd-netlink.h>
> > #include <net/genetlink.h>
> >
> > +#undef pr_fmt
> > +#define pr_fmt(fmt) "nbd: " fmt
> > +
Typically, this #define is place before all #include lines
so there is no need for an #undef
Powered by blists - more mailing lists