From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753044AbdH1InH (ORCPT ); Mon, 28 Aug 2017 04:43:07 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:36422 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751926AbdH1InF (ORCPT ); Mon, 28 Aug 2017 04:43:05 -0400 Date: Mon, 28 Aug 2017 10:43:10 +0200 From: Greg KH To: Nick Fox Cc: jonathankim@gctsemi.com, deanahn@gctsemi.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: gdm724x: Rename variable for consistency Message-ID: <20170828084310.GA9926@kroah.com> References: <20170824231853.12007-1-fox.nicholas.j@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170824231853.12007-1-fox.nicholas.j@gmail.com> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 24, 2017 at 07:18:53PM -0400, Nick Fox wrote: > Rename dftEpsId variable to dft_eps_ID to be consistent with other > variables in the source file. > > Signed-off-by: Nick Fox > --- > drivers/staging/gdm724x/hci_packet.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Always test-build your patches, to not do so is rude to those of us you expect to apply your patch :( greg k-h