Re: [PATCH] scsi: qedf: Fix defective logging format and argument mismatches

2017-03-06 Thread Chad Dupuis
On Sat, 4 Mar 2017, 8:07am -, Joe Perches wrote: > Add __printf compiler verification of format and arguments. > Fix fallout. > > Signed-off-by: Joe Perches > --- > drivers/scsi/qedf/qedf_dbg.h | 13 - > drivers/scsi/qedf/qedf_fip.c | 2 +- >

Re: [PATCH] scsi: qedf: Fix defective logging format and argument mismatches

2017-03-06 Thread Joe Perches
On Mon, 2017-03-06 at 10:17 -0800, Joe Perches wrote: > On Tue, 2017-03-07 at 02:03 +0800, kbuild test robot wrote: > > Hi Joe, > > Hi again Fengguang's robot. Rehi. OK, it is a new message. Patch sent.

Re: [PATCH] scsi: qedf: Fix defective logging format and argument mismatches

2017-03-06 Thread kbuild test robot
Hi Joe, [auto build test WARNING on scsi/for-next] [also build test WARNING on v4.11-rc1 next-20170306] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] scsi: qedf: Fix defective logging format and argument mismatches

2017-03-06 Thread kbuild test robot
Hi Joe, [auto build test WARNING on scsi/for-next] [also build test WARNING on v4.11-rc1 next-20170306] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] scsi: qedf: Fix defective logging format and argument mismatches

2017-03-06 Thread Joe Perches
On Tue, 2017-03-07 at 02:03 +0800, kbuild test robot wrote: > Hi Joe, Hi again Fengguang's robot. > [auto build test WARNING on scsi/for-next] > [also build test WARNING on v4.11-rc1 next-20170306] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the

[PATCH] scsi: qedf: Fix defective logging format and argument mismatches

2017-03-04 Thread Joe Perches
Add __printf compiler verification of format and arguments. Fix fallout. Signed-off-by: Joe Perches --- drivers/scsi/qedf/qedf_dbg.h | 13 - drivers/scsi/qedf/qedf_fip.c | 2 +- drivers/scsi/qedf/qedf_io.c | 4 ++-- 3 files changed, 11 insertions(+), 8