Staging: rtl8192u: remove bad whitespaces
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / staging / rtl8192u / r8180_pm.c
index fdb2eb6651976e13512c8383328fa3cc62f6405b..0c58d0ed502af9591b9d6209f8d06117da959959 100644 (file)
 
 int rtl8180_save_state (struct pci_dev *dev, u32 state)
 {
-        printk(KERN_NOTICE "r8180 save state call (state %u).\n", state);
+       printk(KERN_NOTICE "r8180 save state call (state %u).\n", state);
        return(-EAGAIN);
 }
 
 
 int rtl8180_suspend (struct pci_dev *dev, u32 state)
 {
-        printk(KERN_NOTICE "r8180 suspend call (state %u).\n", state);
+       printk(KERN_NOTICE "r8180 suspend call (state %u).\n", state);
        return(-EAGAIN);
 }
 
 
 int rtl8180_resume (struct pci_dev *dev)
 {
-        printk(KERN_NOTICE "r8180 resume call.\n");
+       printk(KERN_NOTICE "r8180 resume call.\n");
        return(-EAGAIN);
 }
 
 
 int rtl8180_enable_wake (struct pci_dev *dev, u32 state, int enable)
 {
-        printk(KERN_NOTICE "r8180 enable wake call (state %u, enable %d).\n",
+       printk(KERN_NOTICE "r8180 enable wake call (state %u, enable %d).\n",
               state, enable);
        return(-EAGAIN);
 }