On 21/04/09 12:20PM, Jack Qiu wrote: > Made suggested modifications from checkpatch in reference to ERROR: > trailing whitespace Also happens to be useful to folks who have auto remove of any whitespace at end of line on file save in their editor setup ;) " for vim autocmd BufWritePre * %s/\s\+$//e So, patch looks good to me. Reviewed-by: Ritesh Harjani <riteshh@xxxxxxxxxxxxx> > > Signed-off-by: Jack Qiu <jack.qiu@xxxxxxxxxx> > --- > fs/ext4/balloc.c | 2 +- > fs/ext4/mballoc.c | 2 +- > fs/ext4/namei.c | 6 +++--- > fs/ext4/super.c | 2 +- > 4 files changed, 6 insertions(+), 6 deletions(-) > -ritesh