Re: [PATCH] net/smc: Simplify the return expression

2021-03-23 Thread Karsten Graul
On 23/03/2021 03:05, zuoqil...@163.com wrote: > From: zuoqilin > > Simplify the return expression of smc_ism_signal_shutdown(). > > Signed-off-by: zuoqilin > --- > net/smc/smc_ism.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/net/smc/smc_ism.c b/net/smc/smc_ism

[PATCH] net/smc: Simplify the return expression

2021-03-22 Thread zuoqilin1
From: zuoqilin Simplify the return expression of smc_ism_signal_shutdown(). Signed-off-by: zuoqilin --- net/smc/smc_ism.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net/smc/smc_ism.c b/net/smc/smc_ism.c index 9c6e958..c3558cc 100644 --- a/net/smc/smc_ism.c +++ b/net