On Fri, Apr 09, 2021 at 10:20:23AM +0530, riteshh wrote: > 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> Applied, thanks. - Ted