zram: cosmetic ZRAM_ATTR_RO code formatting tweak
[pandora-kernel.git] / drivers / block / zram / zram_drv.c
index 00e7966..7814e68 100644 (file)
@@ -49,7 +49,7 @@ static inline void deprecated_attr_warn(const char *name)
 }
 
 #define ZRAM_ATTR_RO(name)                                             \
-static ssize_t name##_show(struct device *d,           \
+static ssize_t name##_show(struct device *d,                           \
                                struct device_attribute *attr, char *b) \
 {                                                                      \
        struct zram *zram = dev_to_zram(d);                             \