Re: hv: Trivial cleanups for drivers/hv/connection.c

2014-01-13 Thread Greg KH
On Tue, Dec 31, 2013 at 10:52:37PM +0100, Pavel Machek wrote: > __u32 is only useful for kernel-user interface, u32 should be enough > for kernel. Formatting was very confusing around __get_free_pages(). > > Signed-off-by: Pavel Machek This doesn't apply to my char-misc.git tree, care to redo it

Re: Trivial cleanups for drivers/hv/connection.c

2014-01-02 Thread Dan Carpenter
On Tue, Dec 31, 2013 at 10:52:37PM +0100, Pavel Machek wrote: > __u32 is only useful for kernel-user interface, u32 should be enough > for kernel. Formatting was very confusing around __get_free_pages(). > The subject should say: [PATCH] hv: Trivial cleanups for drivers/hv/connection.c

Trivial cleanups for drivers/hv/connection.c

2013-12-31 Thread Pavel Machek
__u32 is only useful for kernel-user interface, u32 should be enough for kernel. Formatting was very confusing around __get_free_pages(). Signed-off-by: Pavel Machek diff --git a/drivers/hv/connection.c b/drivers/hv/connection.c index 936093e..1387208 100644 --- a/drivers/hv/connection.c +++ b/d