On Fri, 2010-04-16 at 22:57 +0200, Johannes Berg wrote: > We've done it on other drivers -- we can't do it for all of the kernel > because that would drown people in warnings, but for those drivers that > _should_ be clean it ought to be fine to add it by default. Oh, I see, there are several precedents. That said, there are not many warnings added by __CHECK_ENDIAN__. In my x86_64 configuration, sparse produces 2316 lines of output without __CHECK_ENDIAN__ and 3526 lines with __CHECK_ENDIAN__, a 52% increase. That's hardly "drowning". Also, the warnings about endianess are perhaps the most useful of all sparse warnings. -- Regards, Pavel Roskin -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html