zram: cosmetic ZRAM_ATTR_RO code formatting tweak

Fix a misplaced backslash.

Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Acked-by: Minchan Kim <minchan@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Sergey Senozhatsky 2015-06-25 15:00:03 -07:00 committed by Linus Torvalds
parent 3d8ed88ba7
commit 3bca3ef769
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ static inline void deprecated_attr_warn(const char *name)
} }
#define ZRAM_ATTR_RO(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 device_attribute *attr, char *b) \
{ \ { \
struct zram *zram = dev_to_zram(d); \ struct zram *zram = dev_to_zram(d); \