[PATCH] xen/xenbus: silence GCC warning

2012-10-16 Thread Paul Bolle
Compiling xenbus_xs.o triggers this GCC warning: drivers/xen/xenbus/xenbus_xs.c:628:13: warning: function declaration isn’t a prototype [-Wstrict-prototypes] Add the obvious and trivial fix. While we're touching this function add some equally obvious and trivial whitespace fixes.

Re: [PATCH] xen/xenbus: silence GCC warning

2012-10-15 Thread Konrad Rzeszutek Wilk
On Mon, Oct 15, 2012 at 12:03:09PM +0200, Paul Bolle wrote: Compiling xenbus_xs.o triggers this GCC warning: drivers/xen/xenbus/xenbus_xs.c:628:13: warning: function declaration isn’t a prototype [-Wstrict-prototypes] Add the obvious and trivial fix. I already got the fix for this in