On Mon, 2017-01-16 at 12:35 -0800, Himanshu Madhani wrote: > + /* > + * return FC_CTELS_STATUS_OK and leave the decoding of the ELS/CT > + * fc payload to the caller > + */ > + > + bsg_reply->reply_data.ctels_reply.status = FC_CTELS_STATUS_OK; > + bsg_job->reply_len = sizeof(struct fc_bsg_reply); smatch reports the following for the above code: drivers/scsi/qla2xxx/qla_isr.c:1456: qla2x00_ct_entry() warn: inconsistent indenting Please use tabs instead of spaces for indentation. That is sufficient to suppress that warning. Thanks, Bart.-- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html