Re: [PATCH v2] scsi: esas2r: Fix format string type mistakes

2017-01-09 Thread Martin K. Petersen
> "Kees" == Kees Cook writes: Kees> From: Emese Revfy This adds the missing Kees> __printf attribute which allows compile time format string Kees> checking (and will be used by the coming initify gcc Kees> plugin). Additionally, this fixes the warnings exposed by the Kees> attribute. Applie

[PATCH v2] scsi: esas2r: Fix format string type mistakes

2017-01-03 Thread Kees Cook
From: Emese Revfy This adds the missing __printf attribute which allows compile time format string checking (and will be used by the coming initify gcc plugin). Additionally, this fixes the warnings exposed by the attribute. Signed-off-by: Emese Revfy [kees: split scsi/acpi, merged attr and fix