Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp1547298pxb; Thu, 28 Oct 2021 05:53:38 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy/ix8Cm3luHG211OW9SSjwcQuOUXWS3V/jh77eQscjIL9s+22tx6RoNwNT5tuXtnXdjQpF X-Received: by 2002:a17:906:538f:: with SMTP id g15mr1796622ejo.348.1635425618629; Thu, 28 Oct 2021 05:53:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1635425618; cv=none; d=google.com; s=arc-20160816; b=Um6flIglkbcHexy4BytQcdCYc+n+XDqat/o9gK2PAXFNHrHZ3MZ2WSUIAmVTybv0ju Y07H6dfyEMHF4c8qGeK6JWeq9bVCJfm4bzfE5eWW2mvA9w5Hdx8gg4toSw199Sak7FXe I5RJV/nmPYBS42S+tayfJbd7Of8Sjq7lsvRmKyroBwUegzwmhtpSQPMTr2f1LtmMD9u/ aEycvZTurFae00/pGjQfZvGHGdxns/jD63dM7M501ma5g/jl0oSe6OH0gHc/rmdi+1ad 2hVlIcjSvzPRAQTluYYhlG6EnQbsEA3NDuDZ+9jd1MYloMt86joeHWC9DIm7ryc6vRWE Qt+w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:user-agent:references:message-id :in-reply-to:subject:cc:to:from:date; bh=SyErXiHap4LQixgEgAmQFMl9jNRwH1b2TaZYqpkMi44=; b=KtA71ZZnqW4X4Za8F46W8vZ0PIE/xkPCPVQPthyQCcYvmTRDW57E3tIUYla3zYSFkf 6FiaxAwDjfLqSuuX+XqoxPD4OW8BQ9d2GJ64so3OxAzW5SRDELFzHeSaWp/a5Zp5/a6E F8q6yG3kd5wN2J92OtnYcrVj8l4jfyfRP0DUY3SbDOPV7V/X4cwzpr08kig3zgd8MPH3 C4s7gxcZbwyjbjrpjwYIJ4UCf8kQ572EEZwpA5xpf6KHMhC/spq0I9VPip5825hKfqEa P9zeV/X2q2e5uEgQG0q3t0MpZ/ZM9K/h/G45HbDuHFmJh9WTR+yHOfgqRqV1DZPB4UgH FE7A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id hq16si4935001ejc.29.2021.10.28.05.53.13; Thu, 28 Oct 2021 05:53:38 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230240AbhJ1Mvx (ORCPT + 99 others); Thu, 28 Oct 2021 08:51:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36326 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229946AbhJ1Mvw (ORCPT ); Thu, 28 Oct 2021 08:51:52 -0400 Received: from angie.orcam.me.uk (angie.orcam.me.uk [IPv6:2001:4190:8020::34]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id A2A97C061570 for ; Thu, 28 Oct 2021 05:49:24 -0700 (PDT) Received: by angie.orcam.me.uk (Postfix, from userid 500) id 9E7339200B4; Thu, 28 Oct 2021 14:49:22 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id 973BA92009E; Thu, 28 Oct 2021 13:49:22 +0100 (BST) Date: Thu, 28 Oct 2021 13:49:22 +0100 (BST) From: "Maciej W. Rozycki" To: Johan Hovold cc: cgel.zte@gmail.com, Greg Kroah-Hartman , jirislaby@kernel.org, fancer.lancer@gmail.com, andrew@aj.id.au, pali@kernel.org, linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, Jing Yao , Zeal Robot Subject: Re: [PATCH] drivers: tty: replace snprintf in show functions with sysfs_emit In-Reply-To: Message-ID: References: <20211028101350.14172-1-yao.jing2@zte.com.cn> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 28 Oct 2021, Johan Hovold wrote: > Where's the commit message? Or to put it explicitly: please always include a full description of any change submitted, where you explain what your change is needed for and why you have made it like this. Please refer to Documentation/process/submitting-patches.rst in the source tree for a full recipe for submitting patches, which says, among others: "[...] The text should be written in such detail so that when read weeks, months or even years later, it can give the reader the needed details to grasp the reasoning for **why** the patch was created." Thanks, Maciej