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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E87BEC433F5 for ; Tue, 28 Sep 2021 04:42:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C7E0E61139 for ; Tue, 28 Sep 2021 04:42:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238872AbhI1En5 (ORCPT ); Tue, 28 Sep 2021 00:43:57 -0400 Received: from mail.kernel.org ([198.145.29.99]:48750 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229493AbhI1En4 (ORCPT ); Tue, 28 Sep 2021 00:43:56 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 55DB660FC0; Tue, 28 Sep 2021 04:42:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1632804137; bh=cxpkxAnjWZA3ynyBkwXT9RRNTLZt6ddR2ES23fzaBm8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RNGouF6GqaIYJWI5vjzF4YpJFiuRcYKjOj04BdjhMBZD6afxlG94MxmBDNalrI3I0 Jty/noU6coZvtWpoxwVZNbYPsaZinUz65FIEKSedB9pUnDI9I9f5zhjEW4W8vxsIWK iJLq/Ze0INxZXN3jqsxqye0/esV6rxqfyUEjRNKo= Date: Tue, 28 Sep 2021 06:42:13 +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> <20210927214624.GB6953@tom-desktop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210927214624.GB6953@tom-desktop> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 27, 2021 at 11:46:24PM +0200, Tommaso Merciai wrote: > On Mon, Sep 27, 2021 at 05:26:36PM +0200, Greg Kroah-Hartman wrote: > > 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? > > > You are right the same here. What do you think about "bm_threshold"? What does "bm" stand for? thanks, greg k-h