From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CF277C433F5 for ; Sun, 30 Jan 2022 09:04:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1354377AbiA3JE4 (ORCPT ); Sun, 30 Jan 2022 04:04:56 -0500 Received: from gloria.sntech.de ([185.11.138.130]:51874 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346840AbiA3JE4 (ORCPT ); Sun, 30 Jan 2022 04:04:56 -0500 Received: from ip5b412258.dynamic.kabel-deutschland.de ([91.65.34.88] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nE68j-0000Id-R8; Sun, 30 Jan 2022 10:04:53 +0100 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Stephen Rothwell Cc: Peter Geis , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: Fixes tag needs some work in the rockchip tree Date: Sun, 30 Jan 2022 10:04:52 +0100 Message-ID: <14086734.IJ1KOUGyn7@diego> In-Reply-To: <20220130102302.698a7551@canb.auug.org.au> References: <20220130102302.698a7551@canb.auug.org.au> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org Hi Stephen, Am Sonntag, 30. Januar 2022, 00:23:02 CET schrieb Stephen Rothwell: > Hi all, > > In commit > > 8c318aaa2000 ("arm64: dts: rockchip: fix Quartz64-A ddr regulator voltage") > > Fixes tag > > Fixes: b33a22a1e7c4 ("arm64: dts: rockchip: add basic dts for Pine64 > > has these problem(s): > > - Subject has leading but no trailing parentheses > - Subject has leading but no trailing quotes > > Please do not split Fixes tags over more than one line. Also, keep all > the commit message tags together at the end of the commit message. sorry about that. I've corrected the commit now to not split the fixes tag. Thanks for catching that Heiko