Merge remote-tracking branches 'asoc/topic/omap', 'asoc/topic/oom' and 'asoc/topic...
[cascardo/linux.git] / drivers / pci / hotplug / pcihp_skeleton.c
index ac69094..d062c00 100644 (file)
@@ -51,7 +51,7 @@ static LIST_HEAD(slot_list);
 #define dbg(format, arg...)                                    \
        do {                                                    \
                if (debug)                                      \
-                       printk (KERN_DEBUG "%s: " format "\n",  \
+                       printk(KERN_DEBUG "%s: " format "\n",   \
                                MY_NAME , ## arg);              \
        } while (0)
 #define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME , ## arg)
@@ -128,18 +128,18 @@ static int set_attention_status(struct hotplug_slot *hotplug_slot, u8 status)
        dbg("%s - physical_slot = %s\n", __func__, hotplug_slot->name);
 
        switch (status) {
-               case 0:
-                       /*
-                        * Fill in code here to turn light off
-                        */
-                       break;
-
-               case 1:
-               default:
-                       /*
-                        * Fill in code here to turn light on
-                        */
-                       break;
+       case 0:
+               /*
+                * Fill in code here to turn light off
+                */
+               break;
+
+       case 1:
+       default:
+               /*
+                * Fill in code here to turn light on
+                */
+               break;
        }
 
        return retval;
@@ -153,12 +153,12 @@ static int hardware_test(struct hotplug_slot *hotplug_slot, u32 value)
        dbg("%s - physical_slot = %s\n", __func__, hotplug_slot->name);
 
        switch (value) {
-               case 0:
-                       /* Specify a test here */
-                       break;
-               case 1:
-                       /* Specify another test here */
-                       break;
+       case 0:
+               /* Specify a test here */
+               break;
+       case 1:
+               /* Specify another test here */
+               break;
        }
 
        return retval;