Re: [PATCH] tcmu: clean up the code and with one small fix

2017-07-11 Thread Nicholas A. Bellinger
On Tue, 2017-07-11 at 18:06 +0800, lixi...@cmss.chinamobile.com wrote: > From: Xiubo Li > > Remove useless blank line and code and at the same time add one error > path to catch the errors. > > Signed-off-by: Xiubo Li > --- > drivers/target/target_core_user.c | 24 +++- > 1

Re: [PATCH] tcmu: clean up the code and with one small fix

2017-07-11 Thread Mike Christie
On 07/11/2017 05:06 AM, lixi...@cmss.chinamobile.com wrote: > From: Xiubo Li > > Remove useless blank line and code and at the same time add one error > path to catch the errors. > > Signed-off-by: Xiubo Li Thanks. Reviewed-by: Mike Christie

[PATCH] tcmu: clean up the code and with one small fix

2017-07-11 Thread lixiubo
From: Xiubo Li Remove useless blank line and code and at the same time add one error path to catch the errors. Signed-off-by: Xiubo Li --- drivers/target/target_core_user.c | 24 +++- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/drivers/target/target_core