From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 CF52320312; Sat, 21 Oct 2023 20:23:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="sf786JB1" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 066ACC433C8; Sat, 21 Oct 2023 20:23:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1697919781; bh=JF5Kry9cPoR465b2DzfRBGeglCdSJlHcQMOywBgtgrQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sf786JB1uXeeDrqajMwEZPzQdk0ztDgyg+dwQ3tX0EVNKkZuv21UoXouvhXrM1j+Q qYDXsQPzOxbJU08EQqpTx78ngsLlvqD/r/MmfpYv3aYDzOFZqEAO8Ch+x1Yazars7G OKkwceMBibxjJievmv4VUQscHZDPSDcce9YGtp8c= Date: Sat, 21 Oct 2023 22:22:08 +0200 From: Greg KH To: luka177 Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Kees Cook , Tony Luck , "Guilherme G . Piccoli" , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-hardening@vger.kernel.org Subject: Re: [PATCH v3 1/2] dt-bindings: arm: qcom: Add Xiaomi Pad 6 (xiaomi-pipa) Message-ID: <2023102137-trio-lustrous-61e4@gregkh> References: <20231021201840.210415-1-lukapanio@gmail.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231021201840.210415-1-lukapanio@gmail.com> On Sat, Oct 21, 2023 at 10:18:39PM +0200, luka177 wrote: > Add a compatible for Xiaomi Pad 6. > > From: luka177 > > Signed-off-by: luka177 > > --- > Add "From:" in commit message That's not how that works, it needs to be the first line. The documentation states this, right? And "177" shouldn't be in your name :) thanks, greg k-h