[PATCH] drivers: hv: Mark the function hv_synic_free_cpu() as static in hv.c

2013-12-14 Thread Rashika Kheria
This patch marks the function hv_synic_free_cpu() as static in hv.c because it is not used outside this file. Thus, it also eliminates the following warning in hv.c: drivers/hv/hv.c:304:6: warning: no previous prototype for ‘hv_synic_free_cpu’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria

Re: [PATCH] drivers: hv: Mark the function hv_synic_free_cpu() as static in hv.c

2013-12-14 Thread Josh Triplett
On Sat, Dec 14, 2013 at 07:00:06PM +0530, Rashika Kheria wrote: > This patch marks the function hv_synic_free_cpu() as static in hv.c > because it is not used outside this file. > > Thus, it also eliminates the following warning in hv.c: > drivers/hv/hv.c:304:6: warning: no previous prototype for

RE: [PATCH] drivers: hv: Mark the function hv_synic_free_cpu() as static in hv.c

2013-12-14 Thread KY Srinivasan
> -Original Message- > From: Josh Triplett [mailto:j...@joshtriplett.org] > Sent: Saturday, December 14, 2013 12:57 PM > To: Rashika Kheria > Cc: linux-ker...@vger.kernel.org; KY Srinivasan; Haiyang Zhang; > de...@linuxdriverproject.org > Subject: Re: [PATCH] drivers: hv: Mark the functio

Re: [PATCH 1/8] staging:bcm:InterfaceDld: fix checkpatch error

2013-12-14 Thread Gokulnath A
On Sat, Dec 14, 2013 at 4:41 AM, Dan Carpenter wrote: > On Sat, Dec 14, 2013 at 01:05:29AM +0530, Gokulnath A wrote: >> fixed all the errors found by checkpatch.pl >> > > This is not very useful. The subjects of this patch series could be > improved as well. i will take care of it, in the next se