Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1639853
| From | SF Markus Elfring <elfring@users.sourceforge.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/4] vmbus: Fix a typo in a comment line |
| Date | 2017-05-11 18:20 +0200 |
| Message-ID | <tFYYN-ax-13@gated-at.bofh.it> (permalink) |
| References | <tFYYN-ax-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Markus Elfring <elfring@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@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; -- 2.12.3
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 3/4] vmbus: Fix a typo in a comment line SF Markus Elfring <elfring@users.sourceforge.net> - 2017-05-11 18:20 +0200 Re: [PATCH 3/4] vmbus: Fix a typo in a comment line Stephen Hemminger <stephen@networkplumber.org> - 2017-05-11 18:40 +0200
csiph-web