aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/debug.h
diff options
context:
space:
mode:
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2008-12-28 12:20:51 +0200
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2008-12-28 12:20:51 +0200
commitf2863c54f30cccb50661697a6e4bdcd0ad0b0a6c (patch)
treee344a6dfcf693191f3e6a8d12a91ab37a1bafed6 /drivers/mtd/ubi/debug.h
parent7b6c32daec3bff380ced6822002bc352bdf2c982 (diff)
downloadkernel_samsung_smdk4412-f2863c54f30cccb50661697a6e4bdcd0ad0b0a6c.zip
kernel_samsung_smdk4412-f2863c54f30cccb50661697a6e4bdcd0ad0b0a6c.tar.gz
kernel_samsung_smdk4412-f2863c54f30cccb50661697a6e4bdcd0ad0b0a6c.tar.bz2
UBI: fix checkpatch.pl warnings
Just minor indentation and "over 80 characters" fixes. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'drivers/mtd/ubi/debug.h')
-rw-r--r--drivers/mtd/ubi/debug.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/mtd/ubi/debug.h b/drivers/mtd/ubi/debug.h
index 78e914d..13777e5 100644
--- a/drivers/mtd/ubi/debug.h
+++ b/drivers/mtd/ubi/debug.h
@@ -27,11 +27,11 @@
#define dbg_err(fmt, ...) ubi_err(fmt, ##__VA_ARGS__)
#define ubi_assert(expr) do { \
- if (unlikely(!(expr))) { \
- printk(KERN_CRIT "UBI assert failed in %s at %u (pid %d)\n", \
- __func__, __LINE__, current->pid); \
- ubi_dbg_dump_stack(); \
- } \
+ if (unlikely(!(expr))) { \
+ printk(KERN_CRIT "UBI assert failed in %s at %u (pid %d)\n", \
+ __func__, __LINE__, current->pid); \
+ ubi_dbg_dump_stack(); \
+ } \
} while (0)
#define dbg_msg(fmt, ...) \