commit | 3c78bc61f5ef3bc87e7f94f67ec737d2273f120b | [log] [tgz] |
---|---|---|
author | Ryan Desfosses <ryan@desfo.org> | Fri Apr 18 20:13:49 2014 -0400 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Jun 10 20:20:19 2014 -0600 |
tree | 490efb8676389718e78a4d6775ad668538ecaf4f | |
parent | b7fe943421396b61b9f7a97c2554ed999e0f3658 [diff] [blame] |
PCI: Whitespace cleanup Fix various whitespace errors. No functional change. [bhelgaas: fix other similar problems] Signed-off-by: Ryan Desfosses <ryan@desfo.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
diff --git a/drivers/pci/syscall.c b/drivers/pci/syscall.c index 24750a1..b91c4da 100644 --- a/drivers/pci/syscall.c +++ b/drivers/pci/syscall.c
@@ -99,7 +99,7 @@ if (!dev) return -ENODEV; - switch(len) { + switch (len) { case 1: err = get_user(byte, (u8 __user *)buf); if (err)