From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ed1-f44.google.com (mail-ed1-f44.google.com [209.85.208.44]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2B3F43FC8 for ; Fri, 24 Sep 2021 21:11:12 +0000 (UTC) Received: by mail-ed1-f44.google.com with SMTP id v18so5686615edc.11 for ; Fri, 24 Sep 2021 14:11:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=SWyL9sRLfKILLLYkOpvWuNZ4UiouYeFP+XTEBgYJz58=; b=PvE/vKEsVzSZiCjcyj2XjpudW1mrvzcYeLM4TwudoTkypf3o6mGCwC/12vVo5j+UMc SZGnP9Vr7AQPzVtWjoCY9YQIrol9RTJYEeu+cs5ehB5/jvn+mPLlqyAgAlU5SvmQTHzZ 5WQqK9+/g7Bm1lHC1mU6orp8Leh16wZegj0GbiAd6/XjW3+gx4AldFh8JEo0S6OLnPoM J+5/q+0CT8jprLZ6csW8wDQMCYzTJVZdd8C4zArn2k5jDdFRWneFRRO0h1jpNl5QCtW7 CVtS0Rf82i6P7lu7LSfVekW8egIQuaX+8/Rnq9P9LsKB6f6Nto8F6imMi9lc37uM7KqP B03Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=SWyL9sRLfKILLLYkOpvWuNZ4UiouYeFP+XTEBgYJz58=; b=s7viYMW/qsjcOOujIDQ43j0VQzMlF6riFQGPUgHclL3nxVRlF2+oyjUpo8FJ6VILqQ kkQykQxFiEgPuR9iysKGSCxBhczT4u24oMVQTGzalgMeCY0ecEWVBxiGBdtNjExPjagF BF23nme10hEKI1wUxmzv3mo2vewdr6oOmgktIrsMqSgHY+92ukutrnCUrSs9nshfY/MY xOyMytWOEP8xdHIrBAyglQXkKQsKpO3204PpJephTglAdJ2Er16X6fSM2VOmcpgGK1zk k/ieFOU0trfgLb8z1oQrk0YCu439Je+IwrvR6kLDpPU6O/1iwwMhLnpxvqSQomzqrLU1 j8PQ== X-Gm-Message-State: AOAM532Xane5nKrwyAuzLZb6YGevMwcOV85xA56OKFmZ8+2ePh1Ja9HQ eQayJRpbsURoASx6FKYyEMg= X-Google-Smtp-Source: ABdhPJzeOUN3lM/Ehrb2uAyM0sgvesnAVvpem7nXgakPmm8/bMWlyC3BbemOBpR3g0CxFd3CU6G/hg== X-Received: by 2002:a17:906:158f:: with SMTP id k15mr13923966ejd.241.1632517870456; Fri, 24 Sep 2021 14:11:10 -0700 (PDT) Received: from tom-desktop (net-93-71-218-228.cust.vodafonedsl.it. [93.71.218.228]) by smtp.gmail.com with ESMTPSA id ez2sm418027ejc.108.2021.09.24.14.11.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 24 Sep 2021 14:11:10 -0700 (PDT) Date: Fri, 24 Sep 2021 23:11:07 +0200 From: Tommaso Merciai To: Dan Carpenter Cc: Forest Bond , Greg Kroah-Hartman , Madhumitha Prabakaran , Yujia Qiao , Lucas Henneman , Aldas =?utf-8?B?VGFyYcWha2V2acSNaXVz?= , "Gustavo A. R. Silva" , Deepak R Varma , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: vt6655: Replace camel case variable name Message-ID: <20210924211107.GB10906@tom-desktop> References: <20210922225756.694409-1-tomm.merciai@gmail.com> <20210923083018.GB2048@kadam> 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: <20210923083018.GB2048@kadam> On Thu, Sep 23, 2021 at 11:30:19AM +0300, Dan Carpenter wrote: > You sent about 10 patches with exact same subject. > > On Thu, Sep 23, 2021 at 12:57:52AM +0200, Tommaso Merciai wrote: > > Work in progress: replace camel case variables > > Leave out the "work in progress". We're only interested in what this > specific patch, not other patches. Thanks for the tip. Resend V2. Tommaso > > regards, > dan carpenter >