mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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>
This commit is contained in:
committed by
Bjorn Helgaas
parent
b7fe943421
commit
3c78bc61f5
@@ -99,7 +99,7 @@ SYSCALL_DEFINE5(pciconfig_write, unsigned long, bus, unsigned long, dfn,
|
||||
if (!dev)
|
||||
return -ENODEV;
|
||||
|
||||
switch(len) {
|
||||
switch (len) {
|
||||
case 1:
|
||||
err = get_user(byte, (u8 __user *)buf);
|
||||
if (err)
|
||||
|
||||
Reference in New Issue
Block a user