Luis de Bethencourt 103c0fb340 befs: fix style issues in super.c
Fixing the following checkpatch.pl error:

ERROR: "foo * bar" should be "foo *bar"
+befs_load_sb(struct super_block *sb, befs_super_block * disk_sb)

And the following warnings:

WARNING: suspect code indent for conditional statements (8, 12)
+       if (disk_sb->fs_byte_order == BEFS_BYTEORDER_NATIVE_LE)
+           befs_sb->byte_order = BEFS_BYTESEX_LE;

WARNING: suspect code indent for conditional statements (8, 12)
+       else if (disk_sb->fs_byte_order == BEFS_BYTEORDER_NATIVE_BE)
+           befs_sb->byte_order = BEFS_BYTESEX_BE;

WARNING: break quoted strings at a space character
+               befs_error(sb, "blocksize(%u) cannot be larger"
+                          "than system pagesize(%lu)", befs_sb->block_size,

WARNING: line over 80 characters
+       if (befs_sb->log_start != befs_sb->log_end || befs_sb->flags == BEFS_DIRTY) {

Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
Signed-off-by: Salah Triki <salah.triki@gmail.com>
2016-10-08 10:01:34 +01:00
..
2011-03-31 11:26:23 -03:00
2016-10-08 10:01:27 +01:00
2016-10-08 10:01:26 +01:00
2016-05-10 14:24:06 -04:00
2011-03-31 11:26:23 -03:00
2016-05-10 14:24:06 -04:00
2014-04-03 16:21:25 -07:00
2005-04-16 15:20:36 -07:00
2016-10-08 10:01:28 +01:00
2016-10-08 10:01:12 +01:00
2016-10-08 10:01:25 +01:00
2014-04-03 16:21:25 -07:00
2016-10-08 10:01:34 +01:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00