Re: [U-Boot] [PATCH v2 1/2] ext2: Fix checkpatch violations

2011-07-28 Thread Wolfgang Denk
Dear Anton Staaf, In message 1309459537-312-2-git-send-email-robot...@chromium.org you wrote: Fix all checkpatch violations in the low level Ext2 block device reading code. This is done in preparation for cleaning up the partial sector access code. Also replace hard coded function names in

Re: [U-Boot] [PATCH v2 1/2] ext2: Fix checkpatch violations

2011-07-01 Thread Detlev Zundel
Hi Anton, Fix all checkpatch violations in the low level Ext2 block device reading code. This is done in preparation for cleaning up the partial sector access code. Also replace hard coded function names in printfs with __func__ macro, and correctly indent comments for style consistency

[U-Boot] [PATCH v2 1/2] ext2: Fix checkpatch violations

2011-06-30 Thread Anton Staaf
Fix all checkpatch violations in the low level Ext2 block device reading code. This is done in preparation for cleaning up the partial sector access code. Also replace hard coded function names in printfs with __func__ macro, and correctly indent comments for style consistency not captured by