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 6C21BC433FE for ; Wed, 2 Nov 2022 07:20:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230335AbiKBHUo (ORCPT ); Wed, 2 Nov 2022 03:20:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47620 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229485AbiKBHUn (ORCPT ); Wed, 2 Nov 2022 03:20:43 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3FAF013E31 for ; Wed, 2 Nov 2022 00:20:42 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id CFE65B820EE for ; Wed, 2 Nov 2022 07:20:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7DD10C433C1; Wed, 2 Nov 2022 07:20:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1667373639; bh=Xyiw85skuUx0yiiswhv6LWvXnuXoYLDwDkaesjrBs9k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Sw7mvzCiw8JK6yk4rTQukQALO1uiUbajCcnVONhcej6qfDYElr9Q5ltRAyI5duSKh GVII+4HUh7agDbK/RJ55HMXSky6qNJIbOkT6NZqd8fyuscdSD7cw79jVN3tDpQpZr6 /sRpq1Y++t3eJiRiYm4VD1Zl0plHmX3jvRfw9F2w= Date: Wed, 2 Nov 2022 08:21:32 +0100 From: Greg KH To: Tanjuate Brunostar Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, outreachy@lists.linux.dev Subject: Re: [PATCH] change 2 variable names wFB_Opt0 and wFB_Opt1 Message-ID: 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 Tue, Nov 01, 2022 at 09:48:03AM +0000, Tanjuate Brunostar wrote: > These variables are named using Hungarian notation, which is not used > in the Linux kernel. > > Signed-off-by: Tanjuate Brunostar > --- > drivers/staging/vt6655/rxtx.c | 32 ++++++++++++++++---------------- > 1 file changed, 16 insertions(+), 16 deletions(-) Please fix up the subject line to be correct and resend. thanks, greg k-h