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 F2C89ECAAD8 for ; Wed, 14 Sep 2022 03:48:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229585AbiINDs7 (ORCPT ); Tue, 13 Sep 2022 23:48:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32780 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229500AbiINDs6 (ORCPT ); Tue, 13 Sep 2022 23:48:58 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8224C6EF3F; Tue, 13 Sep 2022 20:48:57 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 1DB3AB811FE; Wed, 14 Sep 2022 03:48:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E966FC433C1; Wed, 14 Sep 2022 03:48:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663127334; bh=855EMhqG1F4Yb2lULbhbBeru9HWHtEAnJPYMA3ndzwg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MdfAdmLK3701NSj4dsjukqEnEYr6a9XbGsva8cRebxG2/eCbE1Op4FkiIFkgxYtZ0 8TSXHYb/aWFcPxWmKw5SaIr+g5mI2dpwJNqp9uMspNPtVznUbWr7W6EgI7sc84NcjO PJ1PonsKhAQPfk/rAb2yiXv0NnFpUkreC27hvg0wlq9G0XEEqqI6rTQq/RYWR8K65X NOpCbSmDzWX+x9u3iUNDTI+8lZSJCuzFrrGJPxxlcrMNmEleVI6YyIIRWX+I59EmW6 9JBiz6VLzCOjY5NRynpjkkoaxdN39s9RU58H7YyCIu6NH/OBQIO0cWx7+MB4yzu9hq bOnp4JPTvcpIA== Date: Wed, 14 Sep 2022 11:48:49 +0800 From: Shawn Guo To: Tim Harvey Cc: Stephen Rothwell , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: Fixes tag needs some work in the imx-mxs tree Message-ID: <20220914034849.GI1728671@dragon> References: <20220913201557.2513488f@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Tue, Sep 13, 2022 at 10:08:16AM -0700, Tim Harvey wrote: > On Tue, Sep 13, 2022 at 3:16 AM Stephen Rothwell wrote: > > > > Hi all, > > > > In commit > > > > c1f84a75babe ("arm64: dts: imx8mp-venice-gw74xx: fix port/phy validation") > > > > Fixes tag > > > > Fixes: 7899eb6cb15d ("arm64: dts: imx: Add i.MX8M Plus Gateworks gw7400 > > > > 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. > > > > Stephen, > > Sorry, that was my fault with my editor's word-wrap getting in the > way. I will be more careful in the future. > > Is there anything that I can and should do at this point to result this one? I fixed it up. Shawn