From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759885AbdEVNl4 (ORCPT ); Mon, 22 May 2017 09:41:56 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:48344 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758907AbdEVNlx (ORCPT ); Mon, 22 May 2017 09:41:53 -0400 Date: Mon, 22 May 2017 15:41:35 +0200 From: Greg KH To: Richa Jha Cc: devel@driverdev.osuosl.org, linux-fbdev@vger.kernel.org, teddy.wang@siliconmotion.com, linux-kernel@vger.kernel.org, sudipm.mukherjee@gmail.com Subject: Re: [PATCH] Fixed cameCase check in file drivers/staging/sm750fb/ddk750_chip.c Message-ID: <20170522134135.GB7129@kroah.com> References: <1495455091-25431-1-git-send-email-richaj@cdac.in> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1495455091-25431-1-git-send-email-richaj@cdac.in> User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 22, 2017 at 05:41:31PM +0530, Richa Jha wrote: > Changes : > > ulActualMxClk ---> ul_actual_max_clk > pInitParam ---> p_init_param I can see that from the patch, but _why_ are you doing this? And please fix up your subject to match others for this driver, you can find that in 'git log FILENAME' thanks, greg k-h