Re: [PATCH]: An implementation of HyperV KVP functionality

2010-11-14 Thread Dor Laor
On 11/11/2010 10:03 PM, Ky Srinivasan wrote: + * An implementation of key value pair (KVP) functionality for Linux. + * + * + * Copyright (C) 2010, Novell, Inc. + * Author : K. Y. Srinivasanksriniva...@novell.com + * + * This program is free software; you can redistribute it and/or modify

[PATCH 00/44] remove unnecessary semicolons

2010-11-14 Thread Joe Perches
ya trivial series... Joe Perches (44): arch/arm: Remove unnecessary semicolons arch/microblaze: Remove unnecessary semicolons arch/um: Remove unnecessary semicolons drivers/cpufreq: Remove unnecessary semicolons drivers/gpio: Remove unnecessary semicolons drivers/i2c: Remove

[PATCH 31/44] drivers/xen: Remove unnecessary semicolons

2010-11-14 Thread Joe Perches
Signed-off-by: Joe Perches j...@perches.com --- drivers/xen/swiotlb-xen.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/xen/swiotlb-xen.c b/drivers/xen/swiotlb-xen.c index 54469c3..65ea21a 100644 --- a/drivers/xen/swiotlb-xen.c +++ b/drivers/xen/swiotlb-xen.c