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 9B2AE71 for ; Sat, 10 Apr 2021 09:32:03 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 9A65D61165; Sat, 10 Apr 2021 09:32:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1618047123; bh=JC1u+XwPQ0Lk3zOdvJDmOnjpgGCwEAkzpUo3n6Lz3oo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vDy4zFclyPeMotI2iwg5qx2MH4OGSC2hflgkl5gdGMrigRHMsGZxYkRLMtcSmCs2/ 8V7F0sQtS5rYS1vy6S7KhlHoafqsVKimHncvKwc5NEvJppov/HTwSAwBmtuIeijiJL 7yoFpNnvW0IdXPzdtL100Kz2tPLQhs6M1aZg51l4= Date: Sat, 10 Apr 2021 11:32:00 +0200 From: Greg KH To: "Fabio M. De Francesco" Cc: outreachy-kernel@googlegroups.com, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [Outreachy kernel] [PATCH v7 1/3] staging: rtl8723bs: Remove camelcase in several files Message-ID: References: <20210410092232.15155-1-fmdefrancesco@gmail.com> <20210410092232.15155-2-fmdefrancesco@gmail.com> 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: <20210410092232.15155-2-fmdefrancesco@gmail.com> On Sat, Apr 10, 2021 at 11:22:29AM +0200, Fabio M. De Francesco wrote: > Remove camelcase in bFwCurrentInPSMode, a variable used by code > of several subdirectories/files of the driver. Issue detected by > checkpatch.pl. Delete the unnecessary "b" (that stands for "byte") from > the beginning of the name. > > Signed-off-by: Fabio M. De Francesco > --- > Why is there a "v7" in this subject line, but not all the other lines? It should be in all of them, including the 0/X email, git format-patch will create it automatically if you tell it to. thanks, greg k-h