[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190722043101epcms2p2645d83b2c4aca7fc446f8d9109342327@epcms2p2>
Date: Mon, 22 Jul 2019 13:31:01 +0900
From: Minwoo Im <minwoo.im@...sung.com>
To: Chaitanya Kulkarni <Chaitanya.Kulkarni@....com>,
"linux-block@...r.kernel.org" <linux-block@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
CC: Minwoo Im <minwoo.im.dev@...il.com>,
Matias Bjorling <mb@...htnvm.io>,
"javier@...igon.com" <javier@...igon.com>,
"birkelund@...il.com" <birkelund@...il.com>
Subject: Re: [PATCH] lightnvm: introduce pr_fmt for the previx nvm
> > @@ -1111,27 +1112,27 @@ static int nvm_init(struct nvm_dev *dev)
> > int ret = -EINVAL;
> >
> > if (dev->ops->identity(dev)) {
> > - pr_err("nvm: device could not be identified\n");
> > + pr_err("device could not be identified\n");
> > goto err;
> > }
> >
> > - pr_debug("nvm: ver:%u.%u nvm_vendor:%x\n",
> > + pr_debug("ver:%u.%u nvm_vendor:%x\n",
> > geo->major_ver_id, geo->minor_ver_id,
> > geo->vmnt);
> The above last 2 lines can be squashed and pr_debug call can be made in
> 2 lines since you have removed the "nvm:" which shortens the first line.
Yeah Okay. Will prepare V2 with this and also s/previx/prefix in the
title.
Thanks for the review.
Minwoo Im
Powered by blists - more mailing lists