hv_vmbus: Correct the stale comments regarding cpu affinity

The comments doesn't match what the current code does, also have a
typo. This patch corrects them.

Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Haiyang Zhang
2018-03-04 22:17:17 -07:00
committed by Greg Kroah-Hartman
parent aba8a53264
commit ce767047b1
2 changed files with 3 additions and 5 deletions

View File

@@ -844,7 +844,7 @@ struct vmbus_channel {
/*
* NUMA distribution policy:
* We support teo policies:
* We support two policies:
* 1) Balanced: Here all performance critical channels are
* distributed evenly amongst all the NUMA nodes.
* This policy will be the default policy.