From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 751BF7B3A3 for ; Tue, 12 Dec 2023 16:56:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=fastmail.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=fastmail.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=fastmail.org header.i=@fastmail.org header.b="k4h5di2u"; dkim=pass (2048-bit key) header.d=messagingengine.com header.i=@messagingengine.com header.b="d6cAviMx" Received: from compute6.internal (compute6.nyi.internal [10.202.2.47]) by mailout.west.internal (Postfix) with ESMTP id 1ED843200AB0; Tue, 12 Dec 2023 11:56:05 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute6.internal (MEProxy); Tue, 12 Dec 2023 11:56:05 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.org; h= cc:cc:content-transfer-encoding:content-type:date:date:from:from :in-reply-to:message-id:mime-version:reply-to:subject:subject:to :to; s=fm1; t=1702400164; x=1702486564; bh=xmlHXrpZIRRTY+VHc8MrT bfBIUJgXoPYErIdFutUHIs=; b=k4h5di2uhsZYE7qCmkCTspsc2CJAQnQP/Mg6N OSgRwKuzQgVOL66LueLqmn+BvhHUQLVvTy2IT1z7bEV1u5VXXKGjxS6G+iWo5K7J 6YQKk/JJmDRF7bxNSXucIcpgNXHiycoxkK2pe8rp/B95X+HbMPxiBecLkCRR/TE1 by01OqD2687bAwpAXOSaDUVkRVqcftrA/KmVJtuYpeq5AsiV//gQ7EzBrTVJPJ0a zOcFI6JMD038P2zcHkrK/lXdELAGExWxV6USAP5m/1t4lFNKjkiIAtVQIK0Z/ord d+5R7Z9uYO4QQ01tTi4e4TSwV/HD4WwutJHmV5b6n2pBt5dbw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:feedback-id:feedback-id:from:from :in-reply-to:message-id:mime-version:reply-to:subject:subject:to :to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm1; t=1702400164; x=1702486564; bh=xmlHXrpZIRRTY+VHc8MrTbfBIUJg XoPYErIdFutUHIs=; b=d6cAviMxBl7yuYodx0Dr3zY98fxDr4ACIQ49Echi2kjc cnFPieldxKdS7ZC4OHVS0gXOGJEa1XsfbGtFvOqxxo1NOzFhnPDqI7XrQIO3IG+P r4k4SLyyHoIobDehFxoNH9jFJmOqD/Mnk0sXSwvOr3fjgGQtVI3H76ZZ888vSEdV Mi1156tKPcOVvz553zW+L1dDizaCBL/Vdr8XYbVTH70gWOkytQ81cNIhRsrNB289 Kf2GokPnLcTTy67SaCDqgjcNuJKmdSRQ6jH9mWCnCKMHpB6zOaDTJW6X65QHkUUM VL/tPEPuEvyvuKo2QqIpG/AHWRB8BA9XgS/1j/PUDw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvkedrudelgedgledvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvfevufffkffoggfgsedtkeertd ertddtnecuhfhrohhmpefirghrhicutfhoohhkrghrugcuoehgrghrhihrohhokhgrrhgu sehfrghsthhmrghilhdrohhrgheqnecuggftrfgrthhtvghrnhepleegffffgfehhfejge ejheeivdfgleefheeuueetkedtffeihfevlefhgeevvdevnecuvehluhhsthgvrhfuihii vgeptdenucfrrghrrghmpehmrghilhhfrhhomhepghgrrhihrhhoohhkrghrugesfhgrsh htmhgrihhlrdhorhhg X-ME-Proxy: Feedback-ID: ifd194980:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 12 Dec 2023 11:56:04 -0500 (EST) From: Gary Rookard To: gregkh@linuxfoundation.org, philipp.g.hortmann@gmail.com Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, Gary Rookard Subject: [PATCH 0/5] [Series 2] rename variable posHTCap and (4) others Date: Tue, 12 Dec 2023 11:56:32 -0500 Message-ID: <20231212165637.17618-1-garyrookard@fastmail.org> X-Mailer: git-send-email 2.41.0 Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Hi, This patch series renames (5) different variables with the checkpatch coding style issue, Avoid CamelCase. Patch 1/5) rename variable posHTCap Patch 2/5) rename variable IsEncrypt Patch 3/5) rename variable bAssoc Patch 4/5) rename variable pHT Patch 5/5) rename variable pCapELE Signed-off-by: Gary Rookard Gary Rookard (5): staging: rtl8192e: rename variable posHTCap staging: rtl8192e: rename variable IsEncrypt staging: rtl8192e: rename variable bAssoc staging: rtl8192e: rename variable pHT staging: rtl8192e: rename variable pCapELE drivers/staging/rtl8192e/rtl819x_HTProc.c | 90 +++++++++++------------ 1 file changed, 45 insertions(+), 45 deletions(-) -- 2.41.0