[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <yq1r1ayxoj4.fsf@ca-mkp.ca.oracle.com>
Date: Mon, 29 Nov 2021 23:25:21 -0500
From: "Martin K. Petersen" <martin.petersen@...cle.com>
To: Florian Fainelli <f.fainelli@...il.com>
Cc: "Martin K. Petersen" <martin.petersen@...cle.com>,
linux-kernel@...r.kernel.org, kernel test robot <lkp@...el.com>,
Nilesh Javali <njavali@...vell.com>,
Manish Rangankar <mrangankar@...vell.com>,
"supporter:QLOGIC QL41xxx ISCSI DRIVER"
<GR-QLogic-Storage-Upstream@...vell.com>,
"James E.J. Bottomley" <jejb@...ux.ibm.com>,
"open list:QLOGIC QL41xxx ISCSI DRIVER" <linux-scsi@...r.kernel.org>
Subject: Re: [PATCH v2 2/2] scsi: qedi: Fix SYSFS_FLAG_FW_SEL_BOOT formatting
Florian,
>> The other occurrences of SYSFS_FLAG_FW_SEL_BOOT use "%d". Since %hh
>> is deprecated I suggest you just fix the snprintf().
>
> That was what v1 did here:
>
> https://lkml.org/lkml/2021/11/26/9
>
> however Manish seemed to want that flag to be printed as a byte I am
> fine either way.
Not sure I understand the concern since this is a constant which will
always be "2".
But if you must cast, do it in snprintf() and not in the macro
definition. checkpatch also complains about the cast.
I would prefer for all instances of this to be consistent, though. So
whatever you do, please also fix qla4xxx.
--
Martin K. Petersen Oracle Linux Engineering
Powered by blists - more mailing lists