From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gateway33.websitewelcome.com (gateway33.websitewelcome.com [192.185.146.210]) (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 7AA602FAE for ; Fri, 24 Sep 2021 23:00:43 +0000 (UTC) Received: from cm14.websitewelcome.com (cm14.websitewelcome.com [100.42.49.7]) by gateway33.websitewelcome.com (Postfix) with ESMTP id 58B71109A348 for ; Fri, 24 Sep 2021 17:11:53 -0500 (CDT) Received: from gator4166.hostgator.com ([108.167.133.22]) by cmsmtp with SMTP id TtQ9mYq5xIWzGTtQ9mdBNF; Fri, 24 Sep 2021 17:11:53 -0500 X-Authority-Reason: nr=8 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=embeddedor.com; s=default; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To:Subject:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=9Q0qgDyxKZKWKpblvkt7lUWUuHDvyt31RrTbtQxth/U=; b=M5VL8eWynBx5pkhxY/i+owuCjx vSSt/EbFVRcpof2ibmfnaWs7edrNZZVcr3W9AUV2JB6Gg4sCNVUwDDNyNoH55fDy2kzLPNnZXG6YQ zy4B78HL/gfzb77mCmcX9dv/C6ZcpXh5yxGZtgvfgEUj+dFWcZQCnYLGHsMAMW9toL281dUqru/kL qoXSspKJP2ClrThZU76P9Pyh6ERaj8vRT3VsOi52EIdOSFpLQ6mkjJ5pSz+W0zsTyYRV8eO7WW517 tZuA0c0Somyrsv089Qm2Vu885ugMj9PXY7YPDmxTsnZeSN9a0AaFNI0cKOohQMYYZXUd3/McRaw82 A9WxH3+A==; Received: from 187-162-31-110.static.axtel.net ([187.162.31.110]:45326 helo=[192.168.15.9]) by gator4166.hostgator.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1mTtQ8-001M7Y-KW; Fri, 24 Sep 2021 17:11:52 -0500 Subject: Re: [PATCH v2 3/3] staging: vt6655: replace camel case port_offset instead of PortOffset. To: Tommaso Merciai Cc: Forest Bond , Greg Kroah-Hartman , Madhumitha Prabakaran , Yujia Qiao , Lucas Henneman , Marcos Antonio de Jesus Filho , Edmundo Carmona Antoranz , =?UTF-8?B?QWxkYXMgVGFyYcWha2V2acSNaXVz?= , "Gustavo A. R. Silva" , Deepak R Varma , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org References: <20210924210008.106355-1-tomm.merciai@gmail.com> <20210924210008.106355-4-tomm.merciai@gmail.com> <58c61a30-c368-8e4f-d9c9-1f39cadda869@embeddedor.com> <20210924220142.GA4788@tom-desktop> From: "Gustavo A. R. Silva" Message-ID: Date: Fri, 24 Sep 2021 17:15:46 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 In-Reply-To: <20210924220142.GA4788@tom-desktop> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator4166.hostgator.com X-AntiAbuse: Original Domain - lists.linux.dev X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - embeddedor.com X-BWhitelist: no X-Source-IP: 187.162.31.110 X-Source-L: No X-Exim-ID: 1mTtQ8-001M7Y-KW X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: 187-162-31-110.static.axtel.net ([192.168.15.9]) [187.162.31.110]:45326 X-Source-Auth: gustavo@embeddedor.com X-Email-Count: 12 X-Source-Cap: Z3V6aWRpbmU7Z3V6aWRpbmU7Z2F0b3I0MTY2Lmhvc3RnYXRvci5jb20= X-Local-Domain: yes On 9/24/21 17:01, Tommaso Merciai wrote: > On Fri, Sep 24, 2021 at 04:56:16PM -0500, Gustavo A. R. Silva wrote: >> >> >> On 9/24/21 16:00, Tommaso Merciai wrote: >> >> Where is the changelog text? :/ >> >> Sorry but I insist: take a look at this: >> >> https://kernelnewbies.org/Outreachyfirstpatch > > Hi Gustavo, > You mean the changelog in the cover letter? That's not how it works. :) What's the hurry? Check section "Versioning one patch revision" and then read the whole thing, so you can learn how to smoothly land as many patches as you want: https://kernelnewbies.org/Outreachyfirstpatch -- Gustavo > > Thanks. > Tommaso >> >> Thanks >> -- >> Gustavo >> >>> Signed-off-by: Tommaso Merciai