Re: [PATCH] drivers: hv: Fix no spaces issue

2021-03-08 Thread Wei Liu
On Fri, Mar 05, 2021 at 09:34:49PM +0530, Vasanth wrote: > Fixed code spaces issue. > > Signed-off-by: Vasanth M What do you mean by "Fixed no spaces issue" in the title? I can see you deleted an empty line and changed some tabs to spaces. Please be specific in the commit message. Wei.

[PATCH] drivers: hv: Fix no spaces issue

2021-03-05 Thread Vasanth
Fixed code spaces issue. Signed-off-by: Vasanth M --- drivers/hv/channel_mgmt.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c index 1d44bb635bb8..84d6b3dde76f 100644 --- a/drivers/hv/channel_mgmt.c +++