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 6B0BEC433F5 for ; Wed, 30 Mar 2022 02:56:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242137AbiC3C5u (ORCPT ); Tue, 29 Mar 2022 22:57:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55824 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237760AbiC3C5t (ORCPT ); Tue, 29 Mar 2022 22:57:49 -0400 Received: from mailgw02.mediatek.com (unknown [210.61.82.184]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 35F8EB6C; Tue, 29 Mar 2022 19:56:03 -0700 (PDT) X-UUID: efa09f0674934a8abba41ee778363274-20220330 X-UUID: efa09f0674934a8abba41ee778363274-20220330 Received: from mtkexhb01.mediatek.inc [(172.21.101.102)] by mailgw02.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 525386966; Wed, 30 Mar 2022 10:55:57 +0800 Received: from mtkcas10.mediatek.inc (172.21.101.39) by mtkmbs07n2.mediatek.inc (172.21.101.141) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 30 Mar 2022 10:55:56 +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; Wed, 30 Mar 2022 10:55:56 +0800 Message-ID: Subject: Re: [PATCH v12 1/3] dt-bindings: mmc: mtk-sd: fix yamllint error From: Tinghan Shen To: AngeloGioacchino Del Regno , Chaotian Jing , Ulf Hansson , Rob Herring , "Krzysztof Kozlowski" , Matthias Brugger , Wenbin Mei CC: , , , , , , , , Date: Wed, 30 Mar 2022 10:55:56 +0800 In-Reply-To: <97f2b11d-15c7-d28e-f7b5-e65f2f333580@collabora.com> References: <20220329114540.17140-1-tinghan.shen@mediatek.com> <20220329114540.17140-2-tinghan.shen@mediatek.com> <97f2b11d-15c7-d28e-f7b5-e65f2f333580@collabora.com> 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: devicetree@vger.kernel.org Hi Angelo, On Tue, 2022-03-29 at 14:47 +0200, AngeloGioacchino Del Regno wrote: > Il 29/03/22 13:45, Tinghan Shen ha scritto: > > Documentation/devicetree/bindings/mmc/mtk-sd.yaml > > 54:81 error line too long (95 > 80 characters) (line-length) > > > > I can't reproduce this error that you're getting... this commit is not > necessary, as the .yamllint file in the kernel allows a maximum line-length > of 110 characters. > > rules: > line-length: > # 80 chars should be enough, but don't fail if a line is longer > max: 110 > > https://urldefense.com/v3/__https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/tree/Documentation/devicetree/bindings/.yamllint?h=next-20220329__;!!CTRNKA9wMg0ARbw!1L9icT80FdI9EYV81qRGpzbEvV1NFP_pwk8YABV0eIiRf2ppttnPlRfu5aXEUsxODiE$ > > > Please drop this commit. Thank you for your feedback. I figured out why I have this error... It's because I do the yamllint outside of the bindings folder and not specify the yamllint config file. I'll drop this at next version. Best regards, Tinghan > > > Signed-off-by: Tinghan Shen > > --- > > Documentation/devicetree/bindings/mmc/mtk-sd.yaml | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-)