From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754774AbdERF7i (ORCPT ); Thu, 18 May 2017 01:59:38 -0400 Received: from mail-pg0-f68.google.com ([74.125.83.68]:33990 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753606AbdERF7f (ORCPT ); Thu, 18 May 2017 01:59:35 -0400 Date: Thu, 18 May 2017 11:29:30 +0530 From: Dhiru Kholia To: Gilad Ben-Yossef Cc: LKML , Greg Kroah-Hartman Subject: Re: [PATCH v1] staging: ccree: fix all whitespace errors Message-ID: <20170518055930.znzlu45xfjrbbw54@lonestar> References: <1494687127-32395-1-git-send-email-dhiru.kholia@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170306 (1.8.0) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 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 > > --- > > 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