Re: [PATCH] Staging: i2o: fixed various code style issues in i2o_block.c

2015-04-20 Thread Alan Cox
On Sat, 2015-04-18 at 22:12 +0200, Yorick Rommers wrote: > From: Yorick > > This is a patch that fixes errors regarding whitespaces and split strings. Wouldn't worry. The i2o layer is in staging because it is about to be dropped from the kernel unless someone steps up to maintain it. Given its

Re: [PATCH] Staging: i2o: fixed various code style issues in i2o_block.c

2015-04-20 Thread Dan Carpenter
On Sat, Apr 18, 2015 at 10:12:14PM +0200, Yorick Rommers wrote: > From: Yorick Don't include a From: unless you are sending a patch someone else wrote. Otherwise we prefer to get it from your email From. Also you forgot your last name. > @@ -488,8 +488,8 @@ static int i2o_block_reply(struct

Re: [PATCH] Staging: i2o: fixed various code style issues in i2o_block.c

2015-04-20 Thread Alan Cox
On Sat, 2015-04-18 at 22:12 +0200, Yorick Rommers wrote: From: Yorick yorick-romm...@hotmail.com This is a patch that fixes errors regarding whitespaces and split strings. Wouldn't worry. The i2o layer is in staging because it is about to be dropped from the kernel unless someone steps up to

Re: [PATCH] Staging: i2o: fixed various code style issues in i2o_block.c

2015-04-20 Thread Dan Carpenter
On Sat, Apr 18, 2015 at 10:12:14PM +0200, Yorick Rommers wrote: From: Yorick yorick-romm...@hotmail.com Don't include a From: unless you are sending a patch someone else wrote. Otherwise we prefer to get it from your email From. Also you forgot your last name. @@ -488,8 +488,8 @@ static int

[PATCH] Staging: i2o: fixed various code style issues in i2o_block.c

2015-04-18 Thread Yorick Rommers
From: Yorick This is a patch that fixes errors regarding whitespaces and split strings. Signed-off-by: Yorick Rommers --- drivers/staging/i2o/i2o_block.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/staging/i2o/i2o_block.c

[PATCH] Staging: i2o: fixed various code style issues in i2o_block.c

2015-04-18 Thread Yorick Rommers
From: Yorick yorick-romm...@hotmail.com This is a patch that fixes errors regarding whitespaces and split strings. Signed-off-by: Yorick Rommers yorick-romm...@hotmail.com --- drivers/staging/i2o/i2o_block.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git