Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp2020141ybc; Wed, 20 Nov 2019 07:43:22 -0800 (PST) X-Google-Smtp-Source: APXvYqxFplBvgQbo0MekcJrhzclrhH0blxsnoQqcmIJ1/u0hrGlR9pfc4u97R2vXysccGnuEq8MA X-Received: by 2002:adf:ff90:: with SMTP id j16mr4206010wrr.361.1574264602399; Wed, 20 Nov 2019 07:43:22 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1574264602; cv=none; d=google.com; s=arc-20160816; b=Z+RSmygWPBFzs8eRnXo000F0rgYGslzfbXt4Dpe2atM/OR/8MTgo8o1iynFpHFdx67 HbUbtBjROh7y6NKhup01/aOFesfdCOlU5kaKUyA9Pg76OFeoT2dUTOJiUx8r4/PVY+X7 8gGyPv2O09YEro9JqeJBM29qXbvCKXNVSvbHBJzJHVCt3yGzREkZMelYhmdOvkb5ccxA +9KWAeTMQigEjaH7kBKZQqI52cXzpkTbEnr4x0DzUwedSRTear3ITjdN0p4YixcQetLq kzM1L16uy4Yvkh6Cyla+QbG1khz0zWwbz7R1DMlChYGPiRnRp2fCiGU0YNJ6ebjYy+Zy hJtA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :dkim-signature; bh=dubvlEZ7QroE3JC+MDuEm9iThohouH8s1ZN5Jf7y4Is=; b=a16P4bjrZnr2e9gGWHOAm/Oq89HgCta8DX2OoCNsOsU8k/keXdiWxfxyGfBAWx8ZJQ KY8T69cM7lPC71tp7dny/WIm67Huq5exgCAdG2LY19CzGQxXbZ0ELUClSvPRK7E/Zq/b /umIvm/lj/MXkJMjbD4eASQmlUVVw2BsT986Xe2cy32UpLOqlXFOAEiUGk7WUkl9apNM z7fq1t3Fd60WfeXZCBIyFq8NzK7LHrElNbCe5/Vn8OWG2gHgD2nhLD7fX7o5zXzYcJaA yfgFW+4sw0s6U7+A6kYzcETO2CHmDoBuh52o1e5OIOs6wdbNsC/Znq9wLVQy8QgTuHEe K3rA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=1w50fEh8; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t21si18516184edi.123.2019.11.20.07.42.58; Wed, 20 Nov 2019 07:43:22 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=1w50fEh8; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730823AbfKTNgp (ORCPT + 99 others); Wed, 20 Nov 2019 08:36:45 -0500 Received: from mail.kernel.org ([198.145.29.99]:43296 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729766AbfKTNgp (ORCPT ); Wed, 20 Nov 2019 08:36:45 -0500 Received: from localhost.localdomain (unknown [118.189.143.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A041F21939; Wed, 20 Nov 2019 13:36:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1574257004; bh=3HKCIB7YMRDHJrkZ/3F75UmwARzPFjHhq0piLV9ZpMs=; h=From:To:Cc:Subject:Date:From; b=1w50fEh8eOSMvUdbaWMAfpUvpGBnzIKA3XQ1mcR42pvTu25jyIo48QZktSflRIiPG B4R8EZlWJuG7OwKGnOOI89r01bxKVQnoZFiFPaB/GK/Fb6UdQysZ4fDkAPToIZMId3 JIgsPHWUjusRhrtl2v7HMZm3BcQwITt4SJeZV9sc= From: Krzysztof Kozlowski To: linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski , Maarten Lankhorst , Maxime Ripard , Sean Paul , David Airlie , Daniel Vetter , dri-devel@lists.freedesktop.org Subject: [PATCH] drm: Fix Kconfig indentation Date: Wed, 20 Nov 2019 21:36:40 +0800 Message-Id: <20191120133640.11659-1-krzk@kernel.org> X-Mailer: git-send-email 2.17.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^ /\t/' -i */Kconfig Signed-off-by: Krzysztof Kozlowski --- drivers/gpu/drm/Kconfig | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index 1168351267fd..ad1b6ecd2e08 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig @@ -94,18 +94,18 @@ config DRM_KMS_FB_HELPER FBDEV helpers for KMS drivers. config DRM_DEBUG_DP_MST_TOPOLOGY_REFS - bool "Enable refcount backtrace history in the DP MST helpers" - select STACKDEPOT - depends on DRM_KMS_HELPER - depends on DEBUG_KERNEL - depends on EXPERT - help - Enables debug tracing for topology refs in DRM's DP MST helpers. A - history of each topology reference/dereference will be printed to the - kernel log once a port or branch device's topology refcount reaches 0. - - This has the potential to use a lot of memory and print some very - large kernel messages. If in doubt, say "N". + bool "Enable refcount backtrace history in the DP MST helpers" + select STACKDEPOT + depends on DRM_KMS_HELPER + depends on DEBUG_KERNEL + depends on EXPERT + help + Enables debug tracing for topology refs in DRM's DP MST helpers. A + history of each topology reference/dereference will be printed to the + kernel log once a port or branch device's topology refcount reaches 0. + + This has the potential to use a lot of memory and print some very + large kernel messages. If in doubt, say "N". config DRM_FBDEV_EMULATION bool "Enable legacy fbdev support for your modesetting driver" @@ -234,8 +234,8 @@ config DRM_RADEON tristate "ATI Radeon" depends on DRM && PCI && MMU select FW_LOADER - select DRM_KMS_HELPER - select DRM_TTM + select DRM_KMS_HELPER + select DRM_TTM select POWER_SUPPLY select HWMON select BACKLIGHT_CLASS_DEVICE @@ -294,7 +294,7 @@ config DRM_VKMS If M is selected the module will be called vkms. config DRM_ATI_PCIGART - bool + bool source "drivers/gpu/drm/exynos/Kconfig" -- 2.17.1