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 72573C433EF for ; Thu, 28 Apr 2022 03:04:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241766AbiD1DHp (ORCPT ); Wed, 27 Apr 2022 23:07:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57348 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232184AbiD1DHo (ORCPT ); Wed, 27 Apr 2022 23:07:44 -0400 Received: from mailgw02.mediatek.com (unknown [210.61.82.184]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8D8ED255A9; Wed, 27 Apr 2022 20:04:26 -0700 (PDT) X-UUID: d079466e6ccd4aa284be2ae984c3e461-20220428 X-CID-P-RULE: Release_Ham X-CID-O-INFO: VERSION:1.1.4,REQID:bc2dfe85-007a-45a4-a0f8-9156af9f85c2,OB:0,LO B:0,IP:0,URL:0,TC:0,Content:0,EDM:0,RT:0,SF:45,FILE:0,RULE:Release_Ham,ACT ION:release,TS:45 X-CID-INFO: VERSION:1.1.4,REQID:bc2dfe85-007a-45a4-a0f8-9156af9f85c2,OB:0,LOB: 0,IP:0,URL:0,TC:0,Content:0,EDM:0,RT:0,SF:45,FILE:0,RULE:Release_Ham,ACTIO N:release,TS:45 X-CID-META: VersionHash:faefae9,CLOUDID:96bbc1c6-85ee-4ac1-ac05-bd3f1e72e732,C OID:IGNORED,Recheck:0,SF:28|17|19|48,TC:nil,Content:0,EDM:-3,File:nil,QS:0 ,BEC:nil X-UUID: d079466e6ccd4aa284be2ae984c3e461-20220428 Received: from mtkcas10.mediatek.inc [(172.21.101.39)] by mailgw02.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 242233343; Thu, 28 Apr 2022 11:04:05 +0800 Received: from mtkmbs07n1.mediatek.inc (172.21.101.16) by mtkmbs10n1.mediatek.inc (172.21.101.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.2.792.15; Thu, 28 Apr 2022 11:04:04 +0800 Received: from mtkcas10.mediatek.inc (172.21.101.39) by mtkmbs07n1.mediatek.inc (172.21.101.16) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Thu, 28 Apr 2022 11:04:04 +0800 Received: from mtksdccf07 (172.21.84.99) by mtkcas10.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Thu, 28 Apr 2022 11:04:04 +0800 Message-ID: <8e3aa7fce171bfcc5eeb7202906df89895330fd8.camel@mediatek.com> Subject: Re: linux-next: Fixes tag needs some work in the sound-asoc tree From: Tinghan Shen To: Stephen Rothwell , Mark Brown , Liam Girdwood CC: Linux Kernel Mailing List , "Linux Next Mailing List" Date: Thu, 28 Apr 2022 11:04:04 +0800 In-Reply-To: <20220428105708.57aeda36@canb.auug.org.au> References: <20220428105708.57aeda36@canb.auug.org.au> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-MTK: N Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Stephen, On Thu, 2022-04-28 at 10:57 +1000, Stephen Rothwell wrote: > Hi all, > > In commit > > 9ce170dc9c08 ("ASoC: SOF: mediatek: Fix allyesconfig build error") > > Fixes tag > > Fixes: 570c14dc92d5 ("ASoC: SOF: mediatek: Add mt8186 sof fw loader and > > 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, please keep > all the commit message tags together at the end of the commit message. > > This whole commit message was badly word wrapped :-( It's because I want to keep the original build message and wrap at the 75 columns at the same time. After look back of your ealier email, I should refrain from doing so and leave the build message unwrapped, as you did. I apologize for the fault, I'll keep this in my mind. Thanks, TingHan