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

2011-06-30 Thread Detlev Zundel
Hi Anton, > Ack, you're right, I didn't mean to include the printf changes. Sorry about > that, I will be more careful with the next patches. Would it be best to > leave this patch as it is or split it up for the next version (if there is > one)? IMHO this is a minor issue, so I'm fine with the

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

2011-06-29 Thread Anton Staaf
Ack, you're right, I didn't mean to include the printf changes. Sorry about that, I will be more careful with the next patches. Would it be best to leave this patch as it is or split it up for the next version (if there is one)? Thanks, Anton On Wed, Jun 29, 2011 at 5:13 AM, Detlev Zundel

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

2011-06-29 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. > > Signed-off-by: Anton Staaf > Cc: Andy Fleming > --- > fs/ext2/dev.c | 82 > ++---

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

2011-06-13 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. Signed-off-by: Anton Staaf Cc: Andy Fleming --- fs/ext2/dev.c | 82 ++--- 1 files cha