Re: [PATCH] scsi: qedi: add printf attribute to log function

2020-12-28 Thread kernel test robot
Hi, I love your patch! Perhaps something to improve: [auto build test WARNING on mkp-scsi/for-next] [also build test WARNING on scsi/for-next v5.11-rc1 next-20201223] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as

RE: [PATCH] scsi: qedi: add printf attribute to log function

2020-12-27 Thread Manish Rangankar
kernel.org; linux- > ker...@vger.kernel.org; Tom Rix > Subject: [PATCH] scsi: qedi: add printf attribute to log function > > From: Tom Rix > > Attributing the function allows the compiler to more thoroughly check the > use of the function with -Wformat and similar flags. > >

[PATCH] scsi: qedi: add printf attribute to log function

2020-12-21 Thread trix
From: Tom Rix Attributing the function allows the compiler to more thoroughly check the use of the function with -Wformat and similar flags. Signed-off-by: Tom Rix --- drivers/scsi/qedi/qedi_dbg.h | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git