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 7933FC433EF for ; Fri, 19 Nov 2021 06:38:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5517161101 for ; Fri, 19 Nov 2021 06:38:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231773AbhKSGlh (ORCPT ); Fri, 19 Nov 2021 01:41:37 -0500 Received: from mail.kernel.org ([198.145.29.99]:60662 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229457AbhKSGlg (ORCPT ); Fri, 19 Nov 2021 01:41:36 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id A8B4A61101; Fri, 19 Nov 2021 06:38:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1637303915; bh=+ETw7Xi0OwIuaRxNGm3Y/jlhPTldMlIj9OAAr37LegU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=h4/kVnNmukiRnneGq6Ci2GQ9TDmBrlAo+O5C3Bc75rHwKZZ5lXB8gaHNP9HurxEwe RExlCEeg5t5ZibFWYZ3mRQYYakelrL6A3ABI2g/MgGKvs5NjtvOHQ+dSTfqoM37CGL FWVkDMUHtS9dSS/kNu2BIJ3NC0b9aQIPitKA/Vlo= Date: Fri, 19 Nov 2021 07:38:32 +0100 From: Greg KH To: Alberto Merciai Cc: devel@driverdev.osuosl.org, forest@alittletooquiet.net, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] staging: vt6655: refactor camelcase uCurrRSSI to current_rssi Message-ID: References: <20211118202718.GA152832@t470p> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211118202718.GA152832@t470p> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 18, 2021 at 09:27:18PM +0100, Alberto Merciai wrote: > Replace camelcase variable "uCurrRSSI" (current Received Signal Strength > Indicator) into linux kernel coding style equivalent > variable "current_rssi". > > Signed-off-by: Alberto Merciai > --- > > v2 > - correct mailing list No, you did not use the correct mailing list. What is the output of scripts/get_maintainer.pl on your patch? thanks, greg k-h