From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 40A58F9C6 for ; Mon, 3 Jul 2023 13:22:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 02B5AC433CA; Mon, 3 Jul 2023 13:22:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1688390526; bh=Trywcfsa/uvFjkf2ACNVhmLo5o37CppGNgULzJQ5fAo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Hkwt3U142/R+UocLGP4ZwlxWLh8dvbpo1a8UBHQJ3uY+uFCGA5CYCQMK6Ubl40sqy sDRbISx2jp3LHFWqBhlBowxb2VXvuUfXUgUQU8KqwOWJYGHDiltwoQpABp3juE6ogW 5D+JxrXMt6sAihnoJrfWNooNRJQKhuceuICXoa4Y= Date: Mon, 3 Jul 2023 15:22:00 +0200 From: Greg KH To: Tree Davies Cc: philipp.g.hortmann@gmail.com, dan.carpenter@linaro.org, linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev Subject: Re: [PATCH v2] staging: rtl8192e: Rename function IsHTHalfNmodeAPs to is_ht_half_nmode_aps Message-ID: <2023070321-unsubtle-customs-16f9@gregkh> References: Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Mon, Jun 26, 2023 at 11:06:42PM -0700, Tree Davies wrote: > Rename function IsHTHalfNmodeAPs to is_ht_half_nmode_aps in order to > fix checkpatch warning: Avoid CamelCase > > Signed-off-by: Tree Davies > v2: Rename is_ht_half_nmode_a_ps -> is_ht_half_nmode_aps > --- As per the documentation, the "v2..." stuff goes below the --- line so it will not end up in the change log text. And you don't say why you changed the name here, why? thanks, greg k-h