From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754730AbbFSOwA (ORCPT ); Fri, 19 Jun 2015 10:52:00 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:47351 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752054AbbFSOvx (ORCPT ); Fri, 19 Jun 2015 10:51:53 -0400 Date: Fri, 19 Jun 2015 17:51:32 +0300 From: Dan Carpenter To: Sudip Mukherjee Cc: Greg Kroah-Hartman , devel@driverdev.osuosl.org, Joe Perches , linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 9/9] staging: sm7xxfb: fix camelcase Message-ID: <20150619145132.GV28762@mwanda> References: <1434540288-8289-1-git-send-email-sudipm.mukherjee@gmail.com> <1434540288-8289-10-git-send-email-sudipm.mukherjee@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1434540288-8289-10-git-send-email-sudipm.mukherjee@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: aserv0022.oracle.com [141.146.126.234] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 17, 2015 at 04:54:48PM +0530, Sudip Mukherjee wrote: > Fix the checkpatch warning about CamelCase. > > Signed-off-by: Sudip Mukherjee > --- > drivers/staging/sm7xxfb/sm7xx.h | 2 +- > drivers/staging/sm7xxfb/sm7xxfb.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/staging/sm7xxfb/sm7xx.h b/drivers/staging/sm7xxfb/sm7xx.h > index fc28429..4bed094 100644 > --- a/drivers/staging/sm7xxfb/sm7xx.h > +++ b/drivers/staging/sm7xxfb/sm7xx.h > @@ -98,7 +98,7 @@ static inline unsigned int smtc_seqr(int reg) > /* The next structure holds all information relevant for a specific video mode. > */ > > -struct ModeInit { > +struct modeinit { struct mode_init is easier to read. regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in Please read the FAQ at http://www.tux.org/lkml/