[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <f23cea390a812f5126dbb232b1944e5499cc40dc.camel@gmail.com>
Date: Mon, 14 Dec 2020 19:51:55 +0100
From: Bean Huo <huobean@...il.com>
To: Joe Perches <joe@...ches.com>, alim.akhtar@...sung.com,
avri.altman@....com, asutoshd@...eaurora.org, jejb@...ux.ibm.com,
martin.petersen@...cle.com, stanley.chu@...iatek.com,
beanhuo@...ron.com, bvanassche@....org, tomas.winkler@...el.com,
cang@...eaurora.org, rostedt@...dmis.org
Cc: linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 1/6] scsi: ufs: Remove stringize operator '#'
restriction
On Mon, 2020-12-14 at 08:46 -0800, Joe Perches wrote:
> > However, we have other cases, the symbol and enum name are not the
> > same,
> > we can redefine EM/EMe, but there will introduce some redundant
> > codes.
> > This patch is to remove this restriction, let others reuse the
> > current
> > EM/EMe definition.
>
> I think the other way (adding new definitions for the cases when the
> name and string are different) is less error prone.
>
yes, agree with you, but here it is ok, it is not too much copy/paste.
> > diff --git a/include/trace/events/ufs.h
> > b/include/trace/events/ufs.h
>
> []
> > +#define
> > UFS_LINK_STATES \
> > + EM(UIC_LINK_OFF_STATE, "UIC_LINK_OFF_STATE") \
> > + EM(UIC_LINK_ACTIVE_STATE, "UIC_LINK_ACTIVE_STATE,") \
>
> For instance:
>
> Like here where you added an unnecessary and unwanted comma
Thanks, I will fix it in next version.
Bean
Powered by blists - more mailing lists