From patchwork Sun Dec 25 10:58:30 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/7] KVM: Fix whitespace in kvm_para.h Date: Sun, 25 Dec 2011 00:58:30 -0000 From: Alexander Graf X-Patchwork-Id: 133192 Message-Id: <1324810715-28312-3-git-send-email-agraf@suse.de> To: KVM devel mailing list Cc: kvm-ppc@vger.kernel.org, Marcelo Tosatti , Avi Kivity When syncing KVM headers with QEMU I (or whoever applies the diff) end up automatically fixing whitespaces. One of them is in kvm_para.h. It's a lot more consistent for people who don't do the whitespace fixups automatically to already have fixed headers in Linux. So remove the sparse empty line at the end of kvm_para.h and everyone's happy. Reported-by: Blue Swirl Signed-off-by: Alexander Graf --- include/linux/kvm_para.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/linux/kvm_para.h b/include/linux/kvm_para.h index 47a070b..ff476dd 100644 --- a/include/linux/kvm_para.h +++ b/include/linux/kvm_para.h @@ -35,4 +35,3 @@ static inline int kvm_para_has_feature(unsigned int feature) } #endif /* __KERNEL__ */ #endif /* __LINUX_KVM_PARA_H */ -