projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d8ed88
)
zram: cosmetic ZRAM_ATTR_RO code formatting tweak
author
Sergey Senozhatsky
<
[email protected]
>
Thu, 25 Jun 2015 22:00:03 +0000
(15:00 -0700)
committer
Linus Torvalds
<
[email protected]
>
Fri, 26 Jun 2015 00:00:36 +0000
(17:00 -0700)
Fix a misplaced backslash.
Signed-off-by: Sergey Senozhatsky <
[email protected]
>
Acked-by: Minchan Kim <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/block/zram/zram_drv.c
patch
|
blob
|
history
diff --git
a/drivers/block/zram/zram_drv.c
b/drivers/block/zram/zram_drv.c
index 00e7966e554631f65d162ec58f1a557d402f2e6b..7814e686e23cc751b1e962c9b554dbea334b17c2 100644
(file)
--- a/
drivers/block/zram/zram_drv.c
+++ b/
drivers/block/zram/zram_drv.c
@@
-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); \