On Sun, May 14, 2017 at 08:53:02AM +0300, Gilad Ben-Yossef wrote: > Hi Dhiru, > > On Sat, May 13, 2017 at 5:52 PM, Dhiru Kholia <dhiru.kho...@gmail.com> wrote: > > These whitespace issues were found by the checkpatch.pl script. This > > patch helps in making the staging tree a bit cleaner. > > > > Signed-off-by: Dhiru Kholia <dhiru.kho...@gmail.com> > > --- > > drivers/staging/ccree/TODO | 2 +- > > drivers/staging/ccree/cc_bitops.h | 6 +- > > drivers/staging/ccree/cc_crypto_ctx.h | 8 +-- > > drivers/staging/ccree/cc_hal.h | 6 +- > > drivers/staging/ccree/cc_hw_queue_defs.h | 116 > > +++++++++++++++--------------- > > drivers/staging/ccree/cc_lli_defs.h | 6 +- > > drivers/staging/ccree/cc_pal_log.h | 12 ++-- > > drivers/staging/ccree/cc_pal_log_plat.h | 6 +- > > drivers/staging/ccree/cc_pal_types.h | 42 +++++------ > > drivers/staging/ccree/cc_pal_types_plat.h | 8 +-- > > drivers/staging/ccree/cc_regs.h | 10 +-- > > 11 files changed, 111 insertions(+), 111 deletions(-) > > I'm sorry, but your patch doesn't apply after the recent patch set that > removed some of those files.
True. The good news is that my patch is no longer needed. The current ccree code in linux-next seems to be free of any whitespace issues. Thanks, Dhiru