[PATCH 3/4] vmbus: Fix a typo in a comment line

Stephen Hemminger stephen at networkplumber.org
Thu May 11 16:33:41 UTC 2017


On Thu, 11 May 2017 18:18:12 +0200
SF Markus Elfring <elfring at users.sourceforge.net> wrote:

> From: Markus Elfring <elfring at users.sourceforge.net>
> Date: Thu, 11 May 2017 17:43:55 +0200
> 
> Add a missing character in this description.
> 
> Signed-off-by: Markus Elfring <elfring at users.sourceforge.net>
> ---
>  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 96328aebae5a..ff94b111ed8d 100644
> --- a/drivers/hv/vmbus_drv.c
> +++ b/drivers/hv/vmbus_drv.c
> @@ -991,7 +991,7 @@ static void vmbus_isr(void)
>  		/*
>  		 * Our host is win8 or above. The signaling mechanism
>  		 * has changed and we can directly look at the event page.
> -		 * If bit n is set then we have an interrup on the channel
> +		 * If bit n is set then we have an interrupt on the channel
>  		 * whose id is n.
>  		 */
>  		handled = true;


Acked-by: Stephen Hemminger <stephen at networkplumber.org>


More information about the devel mailing list