projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d5b95a
)
PCI: hotplug: pci_hotplug_core whitespace fix
author
Alex Chiang
<achiang@hp.com>
Fri, 12 Oct 2007 23:20:32 +0000
(16:20 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 1 Feb 2008 23:04:20 +0000
(15:04 -0800)
Remove superfluous space.
Signed-off-by: Alex Chiang <achiang@hp.com>
Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/hotplug/pci_hotplug_core.c
patch
|
blob
|
history
diff --git
a/drivers/pci/hotplug/pci_hotplug_core.c
b/drivers/pci/hotplug/pci_hotplug_core.c
index
47bb0e1
..
1767780
100644
(file)
--- a/
drivers/pci/hotplug/pci_hotplug_core.c
+++ b/
drivers/pci/hotplug/pci_hotplug_core.c
@@
-137,7
+137,7
@@
static int get_##name (struct hotplug_slot *slot, type *value) \
int retval = 0; \
if (try_module_get(ops->owner)) { \
if (ops->get_##name) \
- retval = ops->get_##name
(slot, value);
\
+ retval = ops->get_##name
(slot, value);
\
else \
*value = slot->info->name; \
module_put(ops->owner); \