On Wed, Dec 21, 2011 at 4:23 AM, Gabor Juhos <juhosg@xxxxxxxxxxx> wrote: > The current checksum implementation is broken, > it does not catch all differences in the initval > arrays. > > Here is an example: > > $ ./verify_checksums.sh ar9330-1p1 > ar9330-1p1 3ce64df7a3121eab71a13ba9c8e9d9075ab9bae5 pass > $ cat csumtest.patch In the future you may want to do this for patches with a patch in the commit log: $ cat csumtest.patch | awk '{print "\t"$0}' As otherwise git will treat this as part of your patch. This is *really* *really* sexy, thanks, applied and pushed! Luis -- 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