> > Hmm.....after doing the changes when I saw the md5sum they are > different :-( . Considering that I have done only whitespace fixes, > few comments which exceeded 80 cols and replacing __initcall with > device_initcall(). The sizes of object files are same. > How should I go about finding why is the difference ? Binary search undoing your changes one-by-one. My bet is that it is either: 1) Move of EXPORT_SYMBOL 2) Delete one line where you moved an opening brace The approch here is simple. Split the patch is two parts. One that keep the md5 sum, and a second much smaller patch that impact the md5 sum. In this way you make it easier to review the changes that impact the md5 sum. Sam -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html