On 9/22/22 03:06, Mike Christie wrote:
+ while ((failure = &scmd->failures[i++])) {
Has this patch been verified with checkpatch? I don't think that the Linux kernel coding style allows assignments inside conditions.
Thanks, Bart.
On 9/22/22 03:06, Mike Christie wrote:
+ while ((failure = &scmd->failures[i++])) {
Has this patch been verified with checkpatch? I don't think that the Linux kernel coding style allows assignments inside conditions.
Thanks, Bart.