>Is this enough that > > make C=2 CF="-D__CHECK_ENDIAN__" > >gives you clean enough output to actually verify all the endiness >conversions? Thanks for reviewing the patch. I tried sparse endianess checking and saw a lot of warnings, mostly because the structure members are still declared as unsigned int instead of using endianess annotated types such as __le16, __be16 and etc. Are issues like this must be fixed? I tried some other drivers and saw a lot of similar issues also. -- 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