From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ed1-f49.google.com (mail-ed1-f49.google.com [209.85.208.49]) (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 6F5223FC7 for ; Sat, 25 Sep 2021 09:04:16 +0000 (UTC) Received: by mail-ed1-f49.google.com with SMTP id bx4so45947713edb.4 for ; Sat, 25 Sep 2021 02:04:16 -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=kPe7eruAntmWYArF3I0EPN4/ZWlqsPwMhUGBU3D+dvo=; b=jvx1fApsAGsLZMK9vaJVnP9Z7QQ3/Vx/4WCa2bv29M8LSsfp3QVq5+Uc3p2XpLJsqO cKIljeQnvV8JYxGAWBX/QoC6/8IOIPwUIwxJ2C+OBQrIrOW2UqMqpI4gFbNahqQDzIW0 J4ioESelWa4/HppAdeGeJCi51YSLUugzEq1NvbvoSg2bxRUYr6PwqEVu/+h5oi0rLo+P C5Y1cnoQlWXHl39DofDLtN0e8C9ZpYT0pGfuClX14K4w5FZe87BxzPptstZF1uTS3APa 1gz0d8eSxg3W3GmQaukkyme/qyMItzzkDLmvuXne+xCSr70bcGV9jyUwJzB/FzTWsFG+ 7PhA== 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=kPe7eruAntmWYArF3I0EPN4/ZWlqsPwMhUGBU3D+dvo=; b=hlVOC5I1g4LpwDRVUA1uAAmyMUNPI3Zb8YycxaLdmYjZx++rSSrawSK/Ut99lhea/Q q0Rddtoj87nv9Lj7wDMrThAQ5QrEq4j7Up92jYjiDevwpy2cnFhPFnWfvSN7wpGVahQB x0qb0DyTSR8o/J4WsYFfOlJ0KyrKJQ0WNErQH+Of4xfplazbUUVgCWTUDY+FhhTaFZX/ XXg4ztoOFG3qeSlUZPmUIV6MR5Mhk3fYQ4lw8KNJPxLklgt7BlEaUXl9YkqFqWvWhIVK 1u6ofgNlYg+WMMsARVJu1ya/b2r0iejYF9JCobOQ7oFHhyAP1vRqlQYqbC/Th5Vm36pv GdKw== X-Gm-Message-State: AOAM533wEJMxgpGYSiHUIVktC51fIHQoIWNiTWlqit7rTxwQZDdfHBOH soyoyXA21ZIo0vU7DZfknFI= X-Google-Smtp-Source: ABdhPJxumk5Lhz7AznMan428nRWghjeaZun1PZxvQP+8m+K8I50tg8kNh2Eihl7c51a1yFs2L4YqSw== X-Received: by 2002:a50:da04:: with SMTP id z4mr9923281edj.52.1632560654748; Sat, 25 Sep 2021 02:04:14 -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 z12sm6886201edx.66.2021.09.25.02.04.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 25 Sep 2021 02:04:14 -0700 (PDT) Date: Sat, 25 Sep 2021 11:04:12 +0200 From: Tommaso Merciai To: Greg Kroah-Hartman Cc: Forest Bond , Yujia Qiao , Lucas Henneman , Madhumitha Prabakaran , Marcos Antonio de Jesus Filho , 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 v3 1/3] staging: vt6655: replace camel case b_short_slot_time instead of bShortSlotTime. Message-ID: <20210925090412.GB4727@tom-desktop> References: <20210925074531.10446-1-tomm.merciai@gmail.com> <20210925074531.10446-2-tomm.merciai@gmail.com> <20210925084134.GA4727@tom-desktop> 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: On Sat, Sep 25, 2021 at 10:47:26AM +0200, Greg Kroah-Hartman wrote: > On Sat, Sep 25, 2021 at 10:41:34AM +0200, Tommaso Merciai wrote: > > On Sat, Sep 25, 2021 at 10:00:04AM +0200, Greg Kroah-Hartman wrote: > > > On Sat, Sep 25, 2021 at 09:45:22AM +0200, Tommaso Merciai wrote: > > > > Signed-off-by: Tommaso Merciai > > > > > > I can not take patches without any changelog text at all, sorry. > > > > > > My bot pointed you at the instructions for how to write a good > > > changelog, please read that before resubmitting. > > > > > > thanks, > > > > > > greg k-h > > > > Hi, > > Thanks for your time. Sorry but I'm trying to check what I'm missing > > "Versioning one patch revision" as suggested by Gustavo A. R. Silva. > > > > https://kernelnewbies.org/Outreachyfirstpatch > > > > I put Changes since vN after git format-patch "---". Maybe I'm missing > > other stuff? > > You are missing other stuff :) > > Notably the actual text that goes in the git changelog that explains > what this patch is doing and why it is needed. Again, please read the > link that my bot pointed you at. > > thanks, > > greg k-h Thanks again. Tommaso