On Tue, 2013-09-03 at 10:04 +1000, Anton Blanchard wrote:
> The hypervisor is big endian, so little endian kernel builds need
> to byteswap.
>     
> Signed-off-by: Anton Blanchard <[email protected]>

You have two serious checkpatch errors in this:

ERROR: trailing whitespace
#57: FILE: drivers/scsi/ibmvscsi/ibmvscsi.c:469:
+^I^Ievt->crq.IU_data_ptr = cpu_to_be64(pool->iu_token + $

ERROR: do not use assignment in if condition
#128: FILE: drivers/scsi/ibmvscsi/ibmvscsi.c:926:
+       if ((rc = ibmvscsi_send_crq(hostdata,
be64_to_cpu(crq_as_u64[0]),




--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to