Skip to content

Commit

Permalink
zram: cosmetic ZRAM_ATTR_RO code formatting tweak
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sergey Senozhatsky authored and Linus Torvalds committed Jun 26, 2015
1 parent 3d8ed88 commit 3bca3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/block/zram/zram_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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); \
Expand Down

0 comments on commit 3bca3ef

Please sign in to comment.