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=-16.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 3BC69C4338F for ; Sat, 21 Aug 2021 17:50:35 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3DD0560F4A for ; Sat, 21 Aug 2021 17:50:33 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 3DD0560F4A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 4D79A82DE8; Sat, 21 Aug 2021 19:50:31 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 5FAF582B77; Sat, 21 Aug 2021 19:50:29 +0200 (CEST) Received: from mail-qt1-f178.google.com (mail-qt1-f178.google.com [209.85.160.178]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 463BC82C65 for ; Sat, 21 Aug 2021 19:50:25 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=tom.rini@gmail.com Received: by mail-qt1-f178.google.com with SMTP id b1so10287161qtx.0 for ; Sat, 21 Aug 2021 10:50:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=qH3aOakhkPqS9lG1UZDc3ATHwPNnHmVlZjVvzeWpuzo=; b=iKrm+781+St+RQ5LlBunaY8VgCVjuBK/toJ2rQ7DY51eMlWIFHK7p2GG+uVKoimD+2 H7bS/RL9u48nn293fzaScbSHJ1IwqFtFaLiwp/3LS7QXANAGijm+Y2ZeRhtGCKzLzcIo IQebVIvGDWEG6e56XbNdUt8q9uWvZzmi/jXZA0VhTTpLzExJh1mTPi2WTCfE3BxudxfY 3bWT/Bq12k3XBqWUAwFT+s91o4XpFtFSJbZv6DKl5HeWojvzNEpgdrFtvVhgvOYiMh2x Cf2i7pTI9knQ9bFK9GUQ03qVWbdbPFynnUZpOOY6KYfRY90fR9Kpqn+ryR9cmmyFTHUj hx5g== X-Gm-Message-State: AOAM532U3OqmUgVLduZ0VzIqc1YgxOe7blFQCdMcssk7/nbyPNAqHju0 lHr55lX0rhi/nH9N7H/cXzCK4R8wa178 X-Google-Smtp-Source: ABdhPJyMEjZ0WJz5uE3NCSyhh2OWd5G7JL3aSgoAJR7+KH3ReSq9c6iwwuu0Au1HaYiOZErpW4FbaQ== X-Received: by 2002:ac8:584f:: with SMTP id h15mr2429798qth.6.1629568222993; Sat, 21 Aug 2021 10:50:22 -0700 (PDT) Received: from bill-the-cat.lan (2603-6081-7b01-cbda-2c26-3387-ab71-667f.res6.spectrum.com. [2603:6081:7b01:cbda:2c26:3387:ab71:667f]) by smtp.gmail.com with ESMTPSA id j184sm5298510qkd.74.2021.08.21.10.50.22 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 21 Aug 2021 10:50:22 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Subject: [PATCH 1/9] Kconfig: Use spaces not tabs in Kconfig entires Date: Sat, 21 Aug 2021 13:50:11 -0400 Message-Id: <20210821175019.24180-1-trini@konsulko.com> X-Mailer: git-send-email 2.17.1 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean While the Kconfig language seems to accept either form of whitespace, we use a space throughout the project, except in these spots. Signed-off-by: Tom Rini --- arch/arm/mach-exynos/Kconfig | 2 +- board/freescale/mx6memcal/Kconfig | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index 0b4276c03628..7df0e176179d 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -141,7 +141,7 @@ if ARCH_EXYNOS7 choice prompt "EXYNOS7 board select" -config TARGET_ESPRESSO7420 +config TARGET_ESPRESSO7420 bool "ESPRESSO7420 board" select ARM64 select ARMV8_MULTIENTRY diff --git a/board/freescale/mx6memcal/Kconfig b/board/freescale/mx6memcal/Kconfig index 9987cba5dcb7..481403ae855d 100644 --- a/board/freescale/mx6memcal/Kconfig +++ b/board/freescale/mx6memcal/Kconfig @@ -87,12 +87,12 @@ choice help Select the type of DDR (DDR3 or LPDDR2) used on your design -config DDR3 +config DDR3 bool "DDR3" help Select this if your board design uses DDR3. -config LPDDR2 +config LPDDR2 bool "LPDDR2" help Select this if your board design uses LPDDR2. -- 2.17.1