[PATCH 2/4] Rename the file hv_utils.c

2010-12-08 Thread Ky Srinivasan
From 453acddcf55f1e68c5baf9dc5e8f601d18de15b0 Mon Sep 17 00:00:00 2001 From: ksrinivasan ksriniva...@novell.com Date: Wed, 8 Dec 2010 12:24:58 -0700 The hv_utils module will be composed of more than one file. Rename hv_utils.c to accommodate this without changing the module name. Signed-off-by:

Re: [PATCH 2/4] Rename the file hv_utils.c

2010-12-08 Thread Greg KH
For the subject on the rest of the patches they would look like: Subject: [PATCH 2/4] Staging: hv: rename hv_utils.c to hv_util.c Note the Staging: hv: prefix. On Wed, Dec 08, 2010 at 03:26:10PM -0700, Ky Srinivasan wrote: From 453acddcf55f1e68c5baf9dc5e8f601d18de15b0 Mon Sep 17

Re: [PATCH 2/4] Rename the file hv_utils.c

2010-12-08 Thread Ky Srinivasan
On 12/8/2010 at 5:34 PM, in message 20101208223400.gb6...@suse.de, Greg KH gre...@suse.de wrote: For the subject on the rest of the patches they would look like: Subject: [PATCH 2/4] Staging: hv: rename hv_utils.c to hv_util.c Note the Staging: hv: prefix. On Wed, Dec 08, 2010

Re: [PATCH 2/4] Rename the file hv_utils.c

2010-12-08 Thread Evgeniy Polyakov
You must be kidding. The same in hv_kvp_onchannelcallback() and probably anywhere else. On Wed, Dec 08, 2010 at 03:26:10PM -0700, Ky Srinivasan (ksriniva...@novell.com) wrote: +static void shutdown_onchannelcallback(void *context) +{ + struct vmbus_channel *channel = context; + u8

Re: [PATCH 2/4] Rename the file hv_utils.c

2010-12-08 Thread Ky Srinivasan
On 12/8/2010 at 5:55 PM, in message 20101208225524.ga11...@ioremap.net, Evgeniy Polyakov z...@ioremap.net wrote: You must be kidding. The same in hv_kvp_onchannelcallback() and probably anywhere else. Hank, if it is ok with you, I will fix this issue across the board and submit that as