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 67F2C2F80 for ; Sat, 25 Sep 2021 08:48:38 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 26F9F610C7; Sat, 25 Sep 2021 08:48:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1632559718; bh=kOALjrE3Ed1eIL1NVXTgg6iiD9N0Q2UyVPeE+gNnpKY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=p1kbrigw7fqRPqBFcGlkoRWr0j17YkMLqQ7snlckfnrO8BI4RQWGbfMPzKgtrzV4n 1fW5zFYyCbpRC6gNoOBZh1Y0vTUg8tWgw0xnN0ouXfAe2QeV+y/iDnizKuS9hTAc1r S4a55eHJWXJYBgYtgn2zUwCNSdRaNlEvPjbwvXXI= Date: Sat, 25 Sep 2021 10:48:34 +0200 From: Greg Kroah-Hartman To: Tommaso Merciai Cc: Forest Bond , Lucas Henneman , Madhumitha Prabakaran , Yujia Qiao , Marcos Antonio de Jesus Filho , Aldas =?utf-8?B?VGFyYcWha2V2acSNaXVz?= , Deepak R Varma , "Gustavo A. R. Silva" , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 1/3] staging: vt6655: replace camel case b_short_slot_time instead of bShortSlotTime. Message-ID: References: <20210925083350.13996-1-tomm.merciai@gmail.com> <20210925083350.13996-2-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: <20210925083350.13996-2-tomm.merciai@gmail.com> On Sat, Sep 25, 2021 at 10:33:42AM +0200, Tommaso Merciai wrote: > Signed-off-by: Tommaso Merciai > --- > Changes since v3: > - Fix patch changelog. I see nothing "fixed" here :(