
Dear Uma Shankar,
In message 54ED165EF2FA426A95951C4785717091@sisodomain.com you wrote:
We at Samsung have implemented ext4 file system support in uboot. Please review the subsequent patches.
Please see http://www.denx.de/wiki/U-Boot/CodingStyle and http://www.denx.de/wiki/U-Boot/Patches for some hints how to submit code.
Your patches have a number of Coding Style issues. Please run them through checkpatch:
WARNING: Avoid line continuations in quoted strings WARNING: do not add new typedefs WARNING: please, no spaces at the start of a line WARNING: suspect code indent for conditional statements NOTE: whitespace errors detected, you may wish to use scripts/cleanpatch or ERROR: code indent should use tabs where possible ERROR: trailing whitespace ERROR: patch seems to be corrupt (line wrapped?)
etc. etc.
Themost critical problem is the white space corruption (line wrapped) which causes that we cannot apply or test these patches.
Please clean up and resubmit usign "git send-email" to avoid such white space corruptions.
Thanks.
Best regards,
Wolfgang Denk