From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (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 8948C2F80 for ; Mon, 27 Sep 2021 15:26:39 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 84B8D60E9C; Mon, 27 Sep 2021 15:26:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1632756399; bh=ViGwEkKfdlXHkYliW+p4slVaJG+wyeDSRms58u/4Ph4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GC5iClaw9BR6ARGpPAKjBXWnT4XQ70fknEwXPgjEVaqE/WdqIhs3nmUZs1pC/HjJK h0E9Bl/t1UVttzTNLbNSX2qmvtWLMLprMSnG2fNFqr07Jg3N4bhAas49UBzp98kjHd 19Rm35xqu7dnFZJ/6WbUH/v7te+5V/12PGNG15vk= Date: Mon, 27 Sep 2021 17:26:36 +0200 From: Greg Kroah-Hartman To: Tommaso Merciai Cc: Forest Bond , Madhumitha Prabakaran , Yujia Qiao , Lucas Henneman , Marcos Antonio de Jesus Filho , Aldas =?utf-8?B?VGFyYcWha2V2acSNaXVz?= , "Gustavo A. R. Silva" , Deepak R Varma , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5 2/3] staging: vt6655: fix camelcase in ldBmThreshold Message-ID: References: <20210926162527.21462-1-tomm.merciai@gmail.com> <20210926162527.21462-3-tomm.merciai@gmail.com> 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: <20210926162527.21462-3-tomm.merciai@gmail.com> On Sun, Sep 26, 2021 at 06:25:19PM +0200, Tommaso Merciai wrote: > Replace camel case variable ldBmThreshold with snake case > variable ld_bm_threshold. Same here, what exactly does this name mean and why did you pick it? thanks, greg k-h