lkml.org 
[lkml]   [2008]   [Dec]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[PATCH 2/2] PCI Hotplug: acpiphp whitespace cleanup
    Clean up whitespace.

    Setting 'let c_space_errors=1' in .vimrc shows all sorts of
    ugliness. ;)

    Signed-off-by: Alex Chiang <achiang@hp.com>
    ---
    diff --git a/drivers/pci/hotplug/acpiphp.h b/drivers/pci/hotplug/acpiphp.h
    index f9e244d..1cc5eee 100644
    --- a/drivers/pci/hotplug/acpiphp.h
    +++ b/drivers/pci/hotplug/acpiphp.h
    @@ -44,7 +44,7 @@
    do { \
    if (acpiphp_debug) \
    printk(KERN_DEBUG "%s: " format, \
    - MY_NAME , ## arg); \
    + MY_NAME , ## arg); \
    } while (0)
    #define err(format, arg...) printk(KERN_ERR "%s: " format, MY_NAME , ## arg)
    #define info(format, arg...) printk(KERN_INFO "%s: " format, MY_NAME , ## arg)
    diff --git a/drivers/pci/hotplug/acpiphp_glue.c b/drivers/pci/hotplug/acpiphp_glue.c
    index 955aae4..03ce8dc 100644
    --- a/drivers/pci/hotplug/acpiphp_glue.c
    +++ b/drivers/pci/hotplug/acpiphp_glue.c
    @@ -160,9 +160,9 @@ static int post_dock_fixups(struct notifier_block *nb, unsigned long val,

    if (((buses >> 8) & 0xff) != bus->secondary) {
    buses = (buses & 0xff000000)
    - | ((unsigned int)(bus->primary) << 0)
    - | ((unsigned int)(bus->secondary) << 8)
    - | ((unsigned int)(bus->subordinate) << 16);
    + | ((unsigned int)(bus->primary) << 0)
    + | ((unsigned int)(bus->secondary) << 8)
    + | ((unsigned int)(bus->subordinate) << 16);
    pci_write_config_dword(bus->self, PCI_PRIMARY_BUS, buses);
    }
    return NOTIFY_OK;

    \
     
     \ /
      Last update: 2008-12-11 19:21    [W:8.812 / U:0.032 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site