lkml.org 
[lkml]   [2015]   [Feb]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] ext4: Fixed two coding style errors, spaces required around =
Date
Two lines with assignation without spaces around the =

Signed-off-by: Oscar Forner Martinez <oscar.forner.martinez@gmail.com>
---
fs/ext4/ioctl.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fs/ext4/ioctl.c b/fs/ext4/ioctl.c
index f58a0d1..60fdc44 100644
--- a/fs/ext4/ioctl.c
+++ b/fs/ext4/ioctl.c
@@ -365,7 +365,7 @@ setversion_out:
}
case EXT4_IOC_GROUP_EXTEND: {
ext4_fsblk_t n_blocks_count;
- int err, err2=0;
+ int err, err2 = 0;

err = ext4_resize_begin(sb);
if (err)
@@ -451,7 +451,7 @@ mext_out:

case EXT4_IOC_GROUP_ADD: {
struct ext4_new_group_data input;
- int err, err2=0;
+ int err, err2 = 0;

err = ext4_resize_begin(sb);
if (err)
--
2.2.2


\
 
 \ /
  Last update: 2015-02-04 13:41    [W:0.083 / U:0.080 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site