Re: [PATCH 2/2] drivers: net: vmxnet3 : vmxnet3_drv.c: removed checkaptch warning related to msleep()

2013-09-28 Thread David Miller
I see only patch #2 and #3. Sort out why only 2 of the 3 patches were posted, and resend them all. Thank you. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH 2/2] drivers: net: vmxnet3 : vmxnet3_drv.c: removed checkaptch warning related to msleep()

2013-09-28 Thread David Miller
I see only patch #2 and #3. Sort out why only 2 of the 3 patches were posted, and resend them all. Thank you. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at

[PATCH 2/2] drivers: net: vmxnet3 : vmxnet3_drv.c: removed checkaptch warning related to msleep()

2013-09-22 Thread Avinash kumar
replaced msleep(1) by usleep_range(1000,1500). Documentation/timers/timers_howto.txt suggests use of usleep_range() in place of msleep() where desired delay is of range 1-20 ms. Signed-off-by: Avinash Kumar --- drivers/net/vmxnet3/vmxnet3_drv.c |4 ++-- 1 file changed, 2 insertions(+), 2

[PATCH 2/2] drivers: net: vmxnet3 : vmxnet3_drv.c: removed checkaptch warning related to msleep()

2013-09-22 Thread Avinash kumar
replaced msleep(1) by usleep_range(1000,1500). Documentation/timers/timers_howto.txt suggests use of usleep_range() in place of msleep() where desired delay is of range 1-20 ms. Signed-off-by: Avinash Kumar avi.kp@gmail.com --- drivers/net/vmxnet3/vmxnet3_drv.c |4 ++-- 1 file changed,