From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Carpenter Subject: Re: [PATCH v3 03/21] Drivers: hv: kvp: move poll_channel() to hyperv_vmbus.h Date: Fri, 10 Apr 2015 21:27:42 +0300 Message-ID: <20150410182742.GQ10964@mwanda> References: <1428568730-6030-1-git-send-email-vkuznets@redhat.com> <1428568730-6030-4-git-send-email-vkuznets@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1428568730-6030-4-git-send-email-vkuznets@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" To: Vitaly Kuznetsov Cc: Radim Krcmar , Greg Kroah-Hartman , Haiyang Zhang , linux-kernel@vger.kernel.org, linux-api@vger.kernel.org, devel@linuxdriverproject.org List-Id: linux-api@vger.kernel.org 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 a web archive then often the subject and the body are several lines apart. http://marc.info/?l=linux-api&m=142856917031730&w=2 It's awkward to follow. regards, dan carpenter