drivers: hv: vmbus: Fix call msleep using < 20ms
authorMatheus Castello <matheus@castello.eng.br>
Sun, 15 Nov 2020 19:57:34 +0000 (16:57 -0300)
committerWei Liu <wei.liu@kernel.org>
Tue, 17 Nov 2020 10:56:48 +0000 (10:56 +0000)
commit14c685d9eb361768bb5ca452b999e43498f15746
treef75211e5440bd533c696f9909f6d8e39cfc38cd3
parente4f2212e53c265ed9fb2f5b936b63cd57acb70ff
drivers: hv: vmbus: Fix call msleep using < 20ms

Fixed checkpatch warning: MSLEEP: msleep < 20ms can sleep for up to
20ms; see Documentation/timers/timers-howto.rst

Signed-off-by: Matheus Castello <matheus@castello.eng.br>
Reviewed-by: Michael Kelley <mikelley@microsoft.com>
Link: https://lore.kernel.org/r/20201115195734.8338-7-matheus@castello.eng.br
Signed-off-by: Wei Liu <wei.liu@kernel.org>
drivers/hv/vmbus_drv.c