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 45532C001B0 for ; Mon, 3 Jul 2023 13:22:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231534AbjGCNWY (ORCPT ); Mon, 3 Jul 2023 09:22:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45978 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231450AbjGCNWI (ORCPT ); Mon, 3 Jul 2023 09:22:08 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 004FCE64 for ; Mon, 3 Jul 2023 06:22:07 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6047E60F25 for ; Mon, 3 Jul 2023 13:22:07 +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: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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