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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 2CE26C48BC2 for ; Wed, 23 Jun 2021 12:34:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 17BF8610A0 for ; Wed, 23 Jun 2021 12:34:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230503AbhFWMgQ (ORCPT ); Wed, 23 Jun 2021 08:36:16 -0400 Received: from mail-vk1-f178.google.com ([209.85.221.178]:34347 "EHLO mail-vk1-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230170AbhFWMgP (ORCPT ); Wed, 23 Jun 2021 08:36:15 -0400 Received: by mail-vk1-f178.google.com with SMTP id n131so470092vke.1; Wed, 23 Jun 2021 05:33:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Eq47jlD9rRIbwItnuL95r8TcXuN84bJ8pq53wED0AfU=; b=WGwk8XyX/IZn2dSQNywZIO+pFQAnFd0FaBZScmIJorOIOjAbv23IF40H1ftVC6eNyT FJvIS7LvrUut9BvEbft+P9AZIvVg7GmEH0kneHH4NmTf+CAKD/M+4ey+VoTBYhbDdPBO liYZCfeFlxfPC8GSBXIsC6sWlRuRuZY7fx3e07QXzrSNuZjKhddYV0ZnNBVD5dJUMO2s Vz8w91dHamt1tXuuwqXIIROIDeMkRKYQcBS803rP5XTPC4pxFQb/1YzwdPmnhOuovbCk FkZzH8tbH1qJ+eBvxB6EOk2epL7jwOIw46DDUCzEHMmZPCrf1y12mFmmcjVmsXvqNzmJ hSzw== X-Gm-Message-State: AOAM530qLViXX+7rsyKuWJ59yOQAWoSd6JoCEwPevz5Ug842DmBlz0mF 0lcA0xFx/pi7fQiVm2ayWfX2YE9KG6/R+aKSQHU= X-Google-Smtp-Source: ABdhPJxvXljxigYacKxNnp3SS1FkLz+k2UbsFYKnphOTMaXHVQzsMoDW3NJsylx8tUEcC/4Fhh6dV6SoTDxS91zvoho= X-Received: by 2002:a1f:9505:: with SMTP id x5mr23451872vkd.6.1624451637217; Wed, 23 Jun 2021 05:33:57 -0700 (PDT) MIME-Version: 1.0 References: <20210622113327.3613595-1-thierry.reding@gmail.com> In-Reply-To: <20210622113327.3613595-1-thierry.reding@gmail.com> From: Geert Uytterhoeven Date: Wed, 23 Jun 2021 14:33:46 +0200 Message-ID: Subject: Re: [PATCH] dt-bindings: net: dsa: sja1105: Fix indentation warnings To: Thierry Reding Cc: Rob Herring , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , netdev Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Tue, Jun 22, 2021 at 1:31 PM Thierry Reding wrote: > From: Thierry Reding > > Some of the lines aren't properly indented, causing yamllint to warn > about them: > > .../nxp,sja1105.yaml:70:17: [warning] wrong indentation: expected 18 but found 16 (indentation) > > Use the proper indentation to fix those warnings. > > Signed-off-by: Thierry Reding Fixes: 070f5b701d559ae1 ("dt-bindings: net: dsa: sja1105: add SJA1110 bindings") Tested-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds