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.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, 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 7ADDFC432C0 for ; Thu, 21 Nov 2019 03:25:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 52FF52075A for ; Thu, 21 Nov 2019 03:25:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1574306715; bh=NQZEd8v97Kx8SQRm2lC/02RuQn2Hi0S1xJaELXyodjA=; h=From:To:Subject:Date:List-ID:From; b=2dX5WRAloEQZbsGnQevEeTzClwMwXqBMF8evshgKKF7OtP/fUvJ6jccUwBmuk4kBu FNmSQ0e9rp8o2H+PZf+Mnv6sPOzNbuIytB/3AIbIadRagYXh4jZ85StarVa+mCncG6 FjQIvtR8PajnHNVvp8ta6a8/ZEPL3Z+GIJ+QjhFE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727085AbfKUDZO (ORCPT ); Wed, 20 Nov 2019 22:25:14 -0500 Received: from mail.kernel.org ([198.145.29.99]:37548 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725936AbfKUDZM (ORCPT ); Wed, 20 Nov 2019 22:25:12 -0500 Received: from PC-kkoz.proceq.com (unknown [213.160.61.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B452B20721; Thu, 21 Nov 2019 03:25:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1574306711; bh=NQZEd8v97Kx8SQRm2lC/02RuQn2Hi0S1xJaELXyodjA=; h=From:To:Subject:Date:From; b=tjuF777b81OZLTIAEISe06O6iDt7pAlIM62+iBtTa7iDAgoQaOeOYqiwRledc6MmZ SYGM0S2jQSfuxk4O+A15KLBbZ0pASLcDvEf0naZPGQu0FGiAxkuAUxLhlb4j9obI2X zqkjvTESFPubj46tdActXy/4psdWpw6I5odTw+9I= From: Krzysztof Kozlowski To: Jiri Kosina , linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, Paolo Bonzini , =?UTF-8?q?Radim=20Kr=C4=8Dm=C3=A1=C5=99?= , Krzysztof Kozlowski , Thomas Gleixner , Greg Kroah-Hartman , kvm@vger.kernel.org Subject: [PATCH] virt: Fix Kconfig indentation Date: Thu, 21 Nov 2019 04:25:02 +0100 Message-Id: <1574306702-7834-1-git-send-email-krzk@kernel.org> X-Mailer: git-send-email 2.7.4 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 --- Changes since v1: 1. Fix also 7-space and tab+1 space indentation issues. --- drivers/virt/Kconfig | 10 +++++----- virt/kvm/Kconfig | 42 +++++++++++++++++++++--------------------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/drivers/virt/Kconfig b/drivers/virt/Kconfig index 363af2eaf2ba..cb5d2d89592f 100644 --- a/drivers/virt/Kconfig +++ b/drivers/virt/Kconfig @@ -18,17 +18,17 @@ config FSL_HV_MANAGER depends on FSL_SOC select EPAPR_PARAVIRT help - The Freescale hypervisor management driver provides several services + The Freescale hypervisor management driver provides several services to drivers and applications related to the Freescale hypervisor: - 1) An ioctl interface for querying and managing partitions. + 1) An ioctl interface for querying and managing partitions. - 2) A file interface to reading incoming doorbells. + 2) A file interface to reading incoming doorbells. - 3) An interrupt handler for shutting down the partition upon + 3) An interrupt handler for shutting down the partition upon receiving the shutdown doorbell from a manager partition. - 4) A kernel interface for receiving callbacks when a managed + 4) A kernel interface for receiving callbacks when a managed partition shuts down. source "drivers/virt/vboxguest/Kconfig" diff --git a/virt/kvm/Kconfig b/virt/kvm/Kconfig index aad9284c043a..5f4184ecf1cf 100644 --- a/virt/kvm/Kconfig +++ b/virt/kvm/Kconfig @@ -2,61 +2,61 @@ # KVM common configuration items and defaults config HAVE_KVM - bool + bool config HAVE_KVM_IRQCHIP - bool + bool config HAVE_KVM_IRQFD - bool + bool config HAVE_KVM_IRQ_ROUTING - bool + bool config HAVE_KVM_EVENTFD - bool - select EVENTFD + bool + select EVENTFD config KVM_MMIO - bool + bool config KVM_ASYNC_PF - bool + bool # Toggle to switch between direct notification and batch job config KVM_ASYNC_PF_SYNC - bool + bool config HAVE_KVM_MSI - bool + bool config HAVE_KVM_CPU_RELAX_INTERCEPT - bool + bool config KVM_VFIO - bool + bool config HAVE_KVM_ARCH_TLB_FLUSH_ALL - bool + bool config HAVE_KVM_INVALID_WAKEUPS - bool + bool config KVM_GENERIC_DIRTYLOG_READ_PROTECT - bool + bool config KVM_COMPAT - def_bool y - depends on KVM && COMPAT && !(S390 || ARM64) + def_bool y + depends on KVM && COMPAT && !(S390 || ARM64) config HAVE_KVM_IRQ_BYPASS - bool + bool config HAVE_KVM_VCPU_ASYNC_IOCTL - bool + bool config HAVE_KVM_VCPU_RUN_PID_CHANGE - bool + bool config HAVE_KVM_NO_POLL - bool + bool -- 2.7.4