projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d786e00
)
hv: fix comment typo in vmbus_channel/low_latency
author
Olaf Hering
<olaf@aepfle.de>
Sat, 5 Nov 2022 11:54:01 +0000
(11:54 +0000)
committer
Wei Liu
<wei.liu@kernel.org>
Mon, 28 Nov 2022 16:48:20 +0000
(16:48 +0000)
morev vs. more.
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Link:
https://lore.kernel.org/r/20221105115401.21592-1-olaf@aepfle.de
Signed-off-by: Wei Liu <wei.liu@kernel.org>
include/linux/hyperv.h
patch
|
blob
|
history
diff --git
a/include/linux/hyperv.h
b/include/linux/hyperv.h
index 646f1da9f27e0a948a426c85a9a6b25a715a5985..85f7c5a63aa65f1b2ba14d18082af1f56ed3bed4 100644
(file)
--- a/
include/linux/hyperv.h
+++ b/
include/linux/hyperv.h
@@
-969,7
+969,7
@@
struct vmbus_channel {
* mechanism improves throughput by:
*
* A) Making the host more efficient - each time it wakes up,
- * potentially it will process more
v
number of packets. The
+ * potentially it will process more number of packets. The
* monitor latency allows a batch to build up.
* B) By deferring the hypercall to signal, we will also minimize
* the interrupts.