From f850a4cad27c3cfeb89fd28c768d5e6821bf178f Mon Sep 17 00:00:00 2001 From: Vasanth Date: Fri, 19 Feb 2021 22:43:11 +0530 Subject: drivers: hv: Fix whitespace errors Fixed checkpatch warning and errors on hv driver. Signed-off-by: Vasanth Mathivanan Link: https://lore.kernel.org/r/20210219171311.421961-1-vasanth3g@gmail.com Reviewed-by: Michael Kelley Signed-off-by: Wei Liu --- drivers/hv/channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/hv/channel.c') diff --git a/drivers/hv/channel.c b/drivers/hv/channel.c index 0bd202de7960..db30be8f9cce 100644 --- a/drivers/hv/channel.c +++ b/drivers/hv/channel.c @@ -385,7 +385,7 @@ nomem: * @kbuffer: from kmalloc or vmalloc * @size: page-size multiple * @send_offset: the offset (in bytes) where the send ring buffer starts, - * should be 0 for BUFFER type gpadl + * should be 0 for BUFFER type gpadl * @gpadl_handle: some funky thing */ static int __vmbus_establish_gpadl(struct vmbus_channel *channel, -- cgit v1.2.1