From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A435FC4167B for ; Sun, 26 Nov 2023 10:30:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229696AbjKZKaY (ORCPT ); Sun, 26 Nov 2023 05:30:24 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35422 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229549AbjKZKaV (ORCPT ); Sun, 26 Nov 2023 05:30:21 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 86456FD for ; Sun, 26 Nov 2023 02:30:28 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DABA2C433C7; Sun, 26 Nov 2023 10:30:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1700994628; bh=jBYZySQmXXp7GkW2G6nnviQuF9V1/gxHhjXx0DeK0SY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ldeDO7edZmsVA5Y4AerlWeeMy4DzbaV8PStYdQrcPrpbp0zKNKIG40qbe6codZSql D+xvj52x0zz0WSFFcWh/62OGhtPLyRG2NgsP6b1YV92Y17/7Mv++SUW4bnAQvpTIND CAPlohUpSzeMlkGmZJxqaK8/jn1i+shTZ2SZPJDA= Date: Sun, 26 Nov 2023 10:30:25 +0000 From: Greg KH To: Gary Rookard Cc: philipp.g.hortmann@gmail.com, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/5] staging: rtl8192e: renamed 2 variables nMcsRate, mcsRate Message-ID: <2023112616-scallop-drier-ab16@gregkh> References: <20231125223432.13780-1-garyrookard@fastmail.org> <20231125223432.13780-2-garyrookard@fastmail.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231125223432.13780-2-garyrookard@fastmail.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Nov 25, 2023 at 05:34:28PM -0500, Gary Rookard wrote: > Renamed 2 variables from CamelCase to Snake case nMcsRate > and mcsRate. > nMcsRate -> n_mcs_rate Please drop the "n". thanks, greg k-h