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 C6F1D6D0E for ; Wed, 7 Apr 2021 08:18:16 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id D70FB611AF; Wed, 7 Apr 2021 08:18:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1617783496; bh=uf8+dE2AP3tAU5ZxCGlJFGZ8FUljPywASKktP/5uv7M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bmUKRAUr1LSYH+6TwXqBHM3UUTx0obo9XpWipLPSJMDMNQDgKIJ91xgt2dcJx3Xiy 0o2tyP1quRAyFofzMREmbkoP1o31f1bxCTOsXcTd5NgO4NwvLpanKY+2lPtnxY7UKz m2c53lVM7MDF8OWHbofn7EA9OwfF0hObfLDJ0FUc= Date: Wed, 7 Apr 2021 10:18:13 +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 v3] staging: rtl8723bs: hal: Remove camelcase in Hal8723BReg.h Message-ID: References: <20210406160037.27225-1-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: <20210406160037.27225-1-fmdefrancesco@gmail.com> On Tue, Apr 06, 2021 at 06:00:37PM +0200, Fabio M. De Francesco wrote: > Remove camelcase in some symbols defined in Hal8723BReg.h. These symbols > are not used anywhere else, therefore this patch does not break the driver. > > Signed-off-by: Fabio M. De Francesco > --- > > Patch v3 changes nothing with respect to v2 and v1. It exists only to cc some recipients that were missing in the header of the previous email. > > drivers/staging/rtl8723bs/hal/Hal8723BReg.h | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) This patch does not apply to my tree right now. Can you refresh and rebase your copy of my branch and rebase it and resend? thanks, greg k-h