Re: [PATCH v3 03/21] Drivers: hv: kvp: move poll_channel() to hyperv_vmbus.h

2015-04-13 Thread Vitaly Kuznetsov
Dan Carpenter writes: > On Thu, Apr 09, 2015 at 10:38:32AM +0200, Vitaly Kuznetsov wrote: >> ..., make it inline and rename it to hv_poll_channel() so it can be reused >> in other hv_util modules. >> > > The "...," is fine in the git log but I noticed recently that if you're > reading patches in

[PATCH v3 03/21] Drivers: hv: kvp: move poll_channel() to hyperv_vmbus.h

2015-04-09 Thread Vitaly Kuznetsov
..., make it inline and rename it to hv_poll_channel() so it can be reused in other hv_util modules. Signed-off-by: Vitaly Kuznetsov --- drivers/hv/hv_kvp.c | 17 +++-- drivers/hv/hyperv_vmbus.h | 12 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a