[PATCH 2/2] KVM: fix checkpatch.pl errors in kvm/coalesced_mmio.h

2015-06-16 Thread Kevin Mulvey
Tabs rather than spaces Signed-off-by: Kevin Mulvey --- virt/kvm/coalesced_mmio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virt/kvm/coalesced_mmio.h b/virt/kvm/coalesced_mmio.h index b280c20..5cbf190 100644 --- a/virt/kvm/coalesced_mmio.h +++ b/virt/kvm

[PATCH 1/2] KVM: fix checkpatch.pl errors in kvm/async_pf.h

2015-06-16 Thread Kevin Mulvey
fix brace spacing Signed-off-by: Kevin Mulvey --- virt/kvm/async_pf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virt/kvm/async_pf.h b/virt/kvm/async_pf.h index e7ef6447..ec4cfa2 100644 --- a/virt/kvm/async_pf.h +++ b/virt/kvm/async_pf.h @@ -29,8 +29,8 @@ void

[PATCH] fix whitespace errors found by checkpatch.pl

2015-03-17 Thread Kevin Mulvey
make checkpatch happier by fixing some whitespace in ip6_tunnel.c and ip6_vti.c Signed-off-by: Kevin Mulvey --- net/ipv6/ip6_tunnel.c | 2 +- net/ipv6/ip6_vti.c| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/ipv6/ip6_tunnel.c b/net/ipv6/ip6_tunnel.c index 266a264

[PATCH 2/2] [PATCH] fix checkpatch.pl errors in kvm/irqchip.c

2015-02-20 Thread Kevin Mulvey
Fix whitespace around while Signed-off-by: Kevin Mulvey --- virt/kvm/irqchip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virt/kvm/irqchip.c b/virt/kvm/irqchip.c index 7f256f3..1d56a90 100644 --- a/virt/kvm/irqchip.c +++ b/virt/kvm/irqchip.c @@ -105,7 +105,7 @@ int

[PATCH 1/2] white space formatting in kvm_main.c

2015-02-20 Thread Kevin Mulvey
Better alignment of loop using tabs rather than spaces, this makes checkpatch.pl happier. Signed-off-by: Kevin Mulvey --- virt/kvm/kvm_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c index a109370..36ab89d 100644 --- a/virt

[PATCH] fix spacing in ext4/super.c

2015-02-12 Thread Kevin Mulvey
This is a patch to super.c that fixes some spacing errors found by checkpatch.pl Signed-off-by: Kevin Mulvey --- fs/ext4/super.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fs/ext4/super.c b/fs/ext4/super.c index ac64edb..6fa3d5b 100644 --- a/fs/ext4/super.c +++ b

[PATCH] fix spacing in btrfs/inode.c

2015-02-11 Thread Kevin Mulvey
This is a patch to inode.c that fixes some spacing errors found by checkpatch.pl Signed-off-by: Kevin Mulvey --- fs/btrfs/inode.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 8bf326a..6516839 100644 --- a/fs/btrfs

[PATCH] nfs: correct typo in nfs Kconfig

2015-01-12 Thread Kevin Mulvey
From: Kevin Mulvey The help section of NFS_V3_ACL currently mentions the "noacl" option but the correct syntax is "no_acl". Signed-off-by: Kevin Mulvey --- fs/nfs/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig in

Re: [PATCH] Documentation: "kerneli" typo in description for "Serpent cipher algorithm" Bug #60848

2013-10-02 Thread Kevin Mulvey
AM, Kevin Mulvey wrote: >>> change kerneli to kernel as well as kerneli.org to kernel.org >>> >>> Signed-off-by: Kevin Mulvey >> >> There's a bug number for this? >> >> Acked, queued. (Although I'm not sure the value of pointing to >

[PATCH] Documentation: "kerneli" typo in description for "Serpent cipher algorithm" Bug #60848

2013-10-02 Thread Kevin Mulvey
change kerneli to kernel as well as kerneli.org to kernel.org Signed-off-by: Kevin Mulvey --- Documentation/crypto/api-intro.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/crypto/api-intro.txt b/Documentation/crypto/api-intro.txt index 8b49302..94c2e8c

[PATCH] Crypto: change all occurances of "kerneli" to kernel Bug #60848

2013-10-02 Thread Kevin Mulvey
replace all kerneli with kernel Signed-off-by: Kevin Mulvey --- crypto/Kconfig | 2 +- crypto/serpent_generic.c | 2 +- crypto/testmgr.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crypto/Kconfig b/crypto/Kconfig index 69ce573..84698cf 100644 --- a