[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20210428093528.cxbaukdjhvhh6lmc@sanjana-VirtualBox>
Date: Wed, 28 Apr 2021 15:05:28 +0530
From: Sanjana Srinidhi <sanjanasrinidhi1810@...il.com>
To: kys@...rosoft.com, haiyangz@...rosoft.com, sthemmin@...rosoft.com,
wei.liu@...nel.org
Cc: linux-hyperv@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] Remove space before tabs
Space before tabs is removed to maintain code uniformity.
Signed-off-by: Sanjana Srinidhi <sanjanasrinidhi1810@...il.com>
---
drivers/hv/vmbus_drv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c
index 10dce9f91216..f01db0837f75 100644
--- a/drivers/hv/vmbus_drv.c
+++ b/drivers/hv/vmbus_drv.c
@@ -1782,7 +1782,7 @@ static ssize_t target_cpu_store(struct vmbus_channel *channel,
* UNLOCK channel_mutex UNLOCK channel_mutex
*
* Forbids: r1 == r2 == CHANNEL_OPENED (i.e., CPU1's LOCK precedes
- * CPU2's LOCK) && CPU2's SEND precedes CPU1's SEND
+ * CPU2's LOCK) && CPU2's SEND precedes CPU1's SEND
*
* Note. The host processes the channel messages "sequentially", in
* the order in which they are received on a per-partition basis.
--
2.25.1
Powered by blists - more mailing lists