[PATCH] hv: add explanation of no-op set_multicast_list

2010-11-15 Thread Brandon Philips
ff-by: Brandon Philips --- drivers/staging/hv/netvsc_drv.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/staging/hv/netvsc_drv.c b/drivers/staging/hv/netvsc_drv.c index 1415352..f527e5f 100644 --- a/drivers/staging/hv/netvsc_drv.c +++ b/drivers/stagi

Re: [PATCH 7/9] staging: ft1000: Get rid of BOOLEAN typedef usage.

2010-11-03 Thread Brandon Philips
On 11:19 Wed 03 Nov 2010, Marek Belisko wrote: > - BOOLEAN bGoodVersion; > + u8 bGoodVersion; Please use the bool type instead of u8. Might as well do FALSE/TRUE -> false/true while you are at it :) Cheers, Brandon _

Re: [PATCH 05/10] staging: hv: Convert camel cased functions in hv.c to lower cases

2010-11-02 Thread Brandon Philips
On 13:46 Mon 01 Nov 2010, Haiyang Zhang wrote: > -static int HvQueryHypervisorInfo(void) > +static int hvquery_hypervisor_info(void) > -static u64 HvDoHypercall(u64 control, void *input, void *output) > +static u64 hvdo_hypercall(u64 control, void *input, void *output) Should these be hv_do_hyperc