From: Krzysztof Kozlowski <krzk@kernel.org>
To: "Jiri Kosina" <trivial@kernel.org>,
linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Radim Krčmář" <rkrcmar@redhat.com>,
"Krzysztof Kozlowski" <krzk@kernel.org>,
"Thomas Gleixner" <tglx@linutronix.de>,
"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
kvm@vger.kernel.org
Subject: [PATCH] virt: Fix Kconfig indentation
Date: Thu, 21 Nov 2019 04:25:02 +0100 [thread overview]
Message-ID: <1574306702-7834-1-git-send-email-krzk@kernel.org> (raw)
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 <krzk@kernel.org>
---
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
next reply other threads:[~2019-11-21 3:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-21 3:25 Krzysztof Kozlowski [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-11-20 13:38 [PATCH] virt: Fix Kconfig indentation Krzysztof Kozlowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1574306702-7834-1-git-send-email-krzk@kernel.org \
--to=krzk@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=kernel-janitors@vger.kernel.org \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pbonzini@redhat.com \
--cc=rkrcmar@redhat.com \
--cc=tglx@linutronix.de \
--cc=trivial@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox