[PATCH] Remove space before tabs

From: Sanjana Srinidhi
Date: Wed Apr 28 2021 - 05:35:45 EST


Space before tabs is removed to maintain code uniformity.

Signed-off-by: Sanjana Srinidhi <sanjanasrinidhi1810@xxxxxxxxx>
---
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