diff options
Diffstat (limited to 'drivers/pci/hotplug/acpiphp_glue.c')
| -rw-r--r-- | drivers/pci/hotplug/acpiphp_glue.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/pci/hotplug/acpiphp_glue.c b/drivers/pci/hotplug/acpiphp_glue.c index f031302ad401..12f4b351be67 100644 --- a/drivers/pci/hotplug/acpiphp_glue.c +++ b/drivers/pci/hotplug/acpiphp_glue.c @@ -22,7 +22,7 @@   *    when the bridge is scanned and it loses a refcount when the bridge   *    is removed.   *  - When a P2P bridge is present, we elevate the refcount on the subordinate - *    bus. It loses the refcount when the the driver unloads. + *    bus. It loses the refcount when the driver unloads.   */  #define pr_fmt(fmt) "acpiphp_glue: " fmt |