Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752519AbdH2Ly5 (ORCPT ); Tue, 29 Aug 2017 07:54:57 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:37467 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751917AbdH2Ly4 (ORCPT ); Tue, 29 Aug 2017 07:54:56 -0400 Date: Tue, 29 Aug 2017 14:54:37 +0300 From: Dan Carpenter To: Janani Sankara Babu Cc: gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, insafonov@gmail.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH V3] staging:rtl8188eu:core Rename CamelCase variables Message-ID: <20170829115437.3z2pz7pki5xl57is@mwanda> References: <1504006280-10806-1-git-send-email-jananis37@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1504006280-10806-1-git-send-email-jananis37@gmail.com> User-Agent: NeoMutt/20170113 (1.7.2) 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 Content-Length: 458 Lines: 12 On Tue, Aug 29, 2017 at 05:01:20PM +0530, Janani Sankara Babu wrote: > This patch is created to solve the CamelCase issue. The members 'IEs' and > 'IELength' of struct wlan_bssid_ex are being modified to 'ie' and > 'ie_length' to solve the issue. And all the places where these variables > are referenced inside rtl8188eu driver are also changed. > > Signed-off-by: Janani Sankara Babu Looks good. Thank you! regards, dan carpenter