From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752121AbcJIPAw (ORCPT ); Sun, 9 Oct 2016 11:00:52 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:59151 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751041AbcJIPAu (ORCPT ); Sun, 9 Oct 2016 11:00:50 -0400 Date: Sun, 9 Oct 2016 16:54:03 +0200 From: Greg KH To: Wayne Porter Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/8] staging: rts5208: Fix CamelCase found by checkpatch Message-ID: <20161009145403.GA18733@kroah.com> References: <3715f2c8488652863fed7e33677234ba28730667.1475535232.git.wporter82@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3715f2c8488652863fed7e33677234ba28730667.1475535232.git.wporter82@gmail.com> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 03, 2016 at 11:16:22PM +0000, Wayne Porter wrote: > Convert CamelCase to recommended style. > > Signed-off-by: Wayne Porter > --- > drivers/staging/rts5208/xd.c | 8 ++++---- > drivers/staging/rts5208/xd.h | 8 ++++---- > 2 files changed, 8 insertions(+), 8 deletions(-) > > diff --git a/drivers/staging/rts5208/xd.c b/drivers/staging/rts5208/xd.c > index 1de02bb..1fab4ee 100644 > --- a/drivers/staging/rts5208/xd.c > +++ b/drivers/staging/rts5208/xd.c > @@ -693,13 +693,13 @@ static int reset_xd(struct rtsx_chip *chip) > xd_card->zone_cnt = 32; > xd_card->capacity = 1024000; > break; > - case xD_1G_X8_512: This is probably a spec-specific define, so I wouldn't worry about the checkpatch.pl warning for this, just leave it as-is please. thanks, greg k-h