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 X-Spam-Level: X-Spam-Status: No, score=-10.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY, USER_AGENT_SANE_2 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5E5F8C433DB for ; Thu, 11 Mar 2021 01:53:00 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C7C9361585 for ; Thu, 11 Mar 2021 01:52:59 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C7C9361585 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=mediatek.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Date:CC:To:From: Subject:Message-ID:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=UCUCaoT8zAGLU1mYJKLqTMdZgtr0B6cr0HnsyadquUI=; b=VH7AYnCPQw1Ecsi/b7M0mMnsG JXoqocYKuguowOHmajnNeRp4xG1PbudiHiFg9vTgODRDAOAhtUSfvf4E6fbMJBBUjrzf77q0XQ/O6 +Tym6luhk0aH8vv7eYENWyzgr1t8PvkNOBphYMGkysrcOy1O82FNIT53iTXbiMsb8iKzbCfviF7zz eRJvy8eMZfmmYqQQkSrRZIBbKrM6HobuvzN80RNJmVrIGtIHO+QnFUnc7JVbdIhevb6WBaeaK1fxq +a/07VZVOff5SeBbSpd1fLR/dqxwB9ZjBCOAchDz+q55jGrUX2xYfL8Ky2sff4Q36VGwaoFJYLvn3 hQTy0bvaA==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lKAU1-008DA2-Gt; Thu, 11 Mar 2021 01:51:25 +0000 Received: from mailgw02.mediatek.com ([216.200.240.185]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lKATu-008D9P-V0; Thu, 11 Mar 2021 01:51:22 +0000 X-UUID: b8408823b7534f9bb6d7da2265ef68b9-20210310 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mediatek.com; s=dk; h=Content-Transfer-Encoding:MIME-Version:Content-Type:References:In-Reply-To:Date:CC:To:From:Subject:Message-ID; bh=MyXaycwMY+zGNWOh2kpZh2m5IO5LDfniUPRstEyFC2o=; b=nxQwklIMmZ14ITRW+pt5xNSsAI9r1soTlXxLzsJM6J+UdqatiBUVGzdz9M9vUhTy4DQ/thad6tuzVj1PxQrOYMDDvG7Ov70sJxbd7JvMM5MsUTk8UL6dDDLYjSeB0DsWLUDH2kL2/ZUn5NSbFmi6EAoF/2IfJ3z/4rTWfl2aJZc=; X-UUID: b8408823b7534f9bb6d7da2265ef68b9-20210310 Received: from mtkcas67.mediatek.inc [(172.29.193.45)] by mailgw02.mediatek.com (envelope-from ) (musrelay.mediatek.com ESMTP with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 1213639775; Wed, 10 Mar 2021 17:51:12 -0800 Received: from MTKMBS32N1.mediatek.inc (172.27.4.71) by MTKMBS62N2.mediatek.inc (172.29.193.42) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 10 Mar 2021 17:51:11 -0800 Received: from MTKCAS32.mediatek.inc (172.27.4.184) by MTKMBS32N1.mediatek.inc (172.27.4.71) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Thu, 11 Mar 2021 09:51:08 +0800 Received: from [10.17.3.153] (10.17.3.153) by MTKCAS32.mediatek.inc (172.27.4.170) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Thu, 11 Mar 2021 09:51:08 +0800 Message-ID: <1615427467.26498.6.camel@mhfsdcap03> Subject: Re: [PATCH v4 01/12] dt-bindings: usb: fix yamllint check warning From: Chunfeng Yun To: Greg Kroah-Hartman , Rob Herring CC: Vinod Koul , Matthias Brugger , Kishon Vijay Abraham I , Chun-Kuang Hu , Philipp Zabel , , , , , Date: Thu, 11 Mar 2021 09:51:07 +0800 In-Reply-To: References: <20210308053745.25697-1-chunfeng.yun@mediatek.com> <20210310022811.GA1612587@robh.at.kernel.org> <1615346469.26498.1.camel@mhfsdcap03> X-Mailer: Evolution 3.10.4-0ubuntu2 MIME-Version: 1.0 X-TM-SNTS-SMTP: 70009717DE06A89F05E205A0054F956C3D78377B9B4219CCCC6C498156C87FC12000:8 X-MTK: N X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210311_015119_518227_6B2AB529 X-CRM114-Status: GOOD ( 14.05 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 2021-03-10 at 09:54 +0100, Greg Kroah-Hartman wrote: > On Wed, Mar 10, 2021 at 11:21:09AM +0800, Chunfeng Yun wrote: > > On Tue, 2021-03-09 at 19:28 -0700, Rob Herring wrote: > > > On Mon, Mar 08, 2021 at 01:37:34PM +0800, Chunfeng Yun wrote: > > > > Fix warning: "missing starting space in comment" > > > > > > What tree is this in because I don't see it. > > The patch is based kernel 5.12-rc1, also happens on > > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git usb-next > > My branches are now rebased to not be on 5.12-rc1 because of the > problems with it, so please refresh and provide a "Fixes: " tag in your > updated patch. Still reproduced on 5.12-rc2 > > thanks, > > greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel