Re: [PATCH v3 1/6] scsi: ufs: Remove stringize operator '#' restriction

2020-12-14 Thread Steven Rostedt
On Mon, 14 Dec 2020 23:11:40 + David Laight wrote: > > --- > > include/trace/events/ufs.h | 40 +++--- > > 1 file changed, 20 insertions(+), 20 deletions(-) > > > > diff --git a/include/trace/events/ufs.h b/include/trace/events/ufs.h > > index 0bd54a184391..f

RE: [PATCH v3 1/6] scsi: ufs: Remove stringize operator '#' restriction

2020-12-14 Thread David Laight
From: Bean Huo > Sent: 14 December 2020 20:20 > > From: Bean Huo > > Current EM macro definition, we use stringize operator '#', which turns > the argument it precedes into a quoted string. Thus requires the symbol > of __print_symbolic() should be the string corresponding to the name of > the

Re: [PATCH v3 1/6] scsi: ufs: Remove stringize operator '#' restriction

2020-12-14 Thread Bean Huo
On Mon, 2020-12-14 at 13:23 -0800, Joe Perches wrote: > > From: Bean Huo > > > > Current EM macro definition, we use stringize operator '#', which > > turns > > the argument it precedes into a quoted string. Thus requires the > > symbol > > of __print_symbolic() should be the string corresponding

Re: [PATCH v3 1/6] scsi: ufs: Remove stringize operator '#' restriction

2020-12-14 Thread Joe Perches
On Mon, 2020-12-14 at 21:20 +0100, Bean Huo wrote: > From: Bean Huo > > Current EM macro definition, we use stringize operator '#', which turns > the argument it precedes into a quoted string. Thus requires the symbol > of __print_symbolic() should be the string corresponding to the name of > the