RE: [PATCH V3 2/2 net-next] hyperv: Support batched notification

2015-03-19 Thread Jason Wang
On Fri, Mar 20, 2015 at 12:53 AM, KY Srinivasan wrote: -Original Message- From: Jason Wang [mailto:jasow...@redhat.com] Sent: Tuesday, March 17, 2015 8:09 PM To: KY Srinivasan Cc: da...@davemloft.net; net...@vger.kernel.org; linux- ker...@vger.kernel.org; de...@linuxdriverpro

Re: [PATCH] sm750fb: Fix C99 Comments and if else braces

2015-03-19 Thread Joe Perches
On Thu, 2015-03-19 at 23:09 +0530, Amitoj Kaur Chawla wrote: > The edits have been made to remove C99 Comments and properly indent > the if-else statements in the file while taking care of the braces according > to > Linux coding style. Please scan your proposed patches with checkpatch and fix po

[PATCH] Staging: wlan-ng: hfa384x: wrap long line

2015-03-19 Thread Sven Dziadek
This fixes the coding style issue "line over 80 characters" found by checkpatch.pl Signed-off-by: Sven Dziadek --- drivers/staging/wlan-ng/hfa384x.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/wlan-ng/hfa384x.h b/drivers/staging/wlan-ng/hfa384x.h index

Re: [PATCH] sm750fb: Fix Comment and if else braces

2015-03-19 Thread Giedrius Statkevičius
Hi Amitoj Kaur Chawla, On 2015.03.19 20:05, Amitoj Kaur Chawla wrote: > The edits have been made to add a space before the comment and the errors in > braces in the if-else statements. > Previously in commit 2d34f53f1065878cd881ac61a183f8e836583d51, removed > the C99 comments and errors in if-else

[PATCH] sm750fb: Fix Comment and if else braces

2015-03-19 Thread Amitoj Kaur Chawla
The edits have been made to add a space before the comment and the errors in braces in the if-else statements. Previously in commit 2d34f53f1065878cd881ac61a183f8e836583d51, removed the C99 comments and errors in if-else indentation and braces. Signed-off-by: Amitoj Kaur Chawla --- drivers/stag

Re: [PATCH] sm750fb: Fix C99 Comments and if else braces

2015-03-19 Thread Giedrius Statkevičius
Hi Amitoj Kaur Chawla, On 2015.03.19 19:39, Amitoj Kaur Chawla wrote: > The edits have been made to remove C99 Comments and properly indent > the if-else statements in the file while taking care of the braces according > to > Linux coding style. > > Signed-off-by: Amitoj Kaur Chawla > --- > dr

[PATCH] sm750fb: Fix C99 Comments and if else braces

2015-03-19 Thread Amitoj Kaur Chawla
The edits have been made to remove C99 Comments and properly indent the if-else statements in the file while taking care of the braces according to Linux coding style. Signed-off-by: Amitoj Kaur Chawla --- drivers/staging/sm750fb/ddk750_chip.c | 25 +++-- 1 file changed, 11 i

RE: [PATCH V3 2/2 net-next] hyperv: Support batched notification

2015-03-19 Thread KY Srinivasan
> -Original Message- > From: Jason Wang [mailto:jasow...@redhat.com] > Sent: Tuesday, March 17, 2015 8:09 PM > To: KY Srinivasan > Cc: da...@davemloft.net; net...@vger.kernel.org; linux- > ker...@vger.kernel.org; de...@linuxdriverproject.org; o...@aepfle.de; > a...@canonical.com; KY Srini

Re: [PATCH 1/2] staging: sm750fb: remove 750LE code

2015-03-19 Thread Sudip Mukherjee
On Thu, Mar 19, 2015 at 03:15:39PM +0100, Greg Kroah-Hartman wrote: > On Thu, Mar 19, 2015 at 07:33:28PM +0530, Sudip Mukherjee wrote: > > On Thu, Mar 19, 2015 at 02:22:36PM +0100, Greg Kroah-Hartman wrote: > > place. > > I suggest to leave it, it's not costing anything to keep around, and I > thi

Re: [PATCH 1/2] staging: sm750fb: remove 750LE code

2015-03-19 Thread Greg Kroah-Hartman
On Thu, Mar 19, 2015 at 07:33:28PM +0530, Sudip Mukherjee wrote: > On Thu, Mar 19, 2015 at 02:22:36PM +0100, Greg Kroah-Hartman wrote: > > On Thu, Mar 19, 2015 at 06:47:40PM +0530, Sudip Mukherjee wrote: > > > 750LE is a special version of the hardware with Ip Core and > > > Silicon Motion is makin

Re: [PATCH 1/2] staging: sm750fb: remove 750LE code

2015-03-19 Thread Sudip Mukherjee
On Thu, Mar 19, 2015 at 02:22:36PM +0100, Greg Kroah-Hartman wrote: > On Thu, Mar 19, 2015 at 06:47:40PM +0530, Sudip Mukherjee wrote: > > 750LE is a special version of the hardware with Ip Core and > > Silicon Motion is making this hardware only for Huawei. It is not > > available to anyone else.

[PATCH 1/1] Drivers: hv: vmbus: Don't wait after requesting offers

2015-03-19 Thread K. Y. Srinivasan
Don't wait after sending request for offers to the host. This wait is unnecessary and simply adds 5 seconds to the boot time. Signed-off-by: K. Y. Srinivasan Cc: --- drivers/hv/channel_mgmt.c | 11 --- 1 files changed, 0 insertions(+), 11 deletions(-) diff --git a/drivers/hv/channel_

Re: [PATCH 1/2] staging: sm750fb: remove 750LE code

2015-03-19 Thread Dan Carpenter
On Thu, Mar 19, 2015 at 06:47:40PM +0530, Sudip Mukherjee wrote: > 750LE is a special version of the hardware with Ip Core and > Silicon Motion is making this hardware only for Huawei. It is not > available to anyone else. Huawei isn't selling this? I don't understand. regards, dan carpenter __

Re: [PATCH 1/2] staging: sm750fb: remove 750LE code

2015-03-19 Thread Greg Kroah-Hartman
On Thu, Mar 19, 2015 at 06:47:40PM +0530, Sudip Mukherjee wrote: > 750LE is a special version of the hardware with Ip Core and > Silicon Motion is making this hardware only for Huawei. It is not > available to anyone else. And Huawei doesn't run Linux? (hint, they do...) Why remove this if someo

[PATCH] staging: vt6655: remove deprecated use of pci api

2015-03-19 Thread Quentin Lambert
Replace occurences of the pci api by appropriate call to the dma api. A simplified version of the semantic patch that finds this problem is as follows: (http://coccinelle.lip6.fr) @deprecated@ idexpression id; position p; @@ ( pci_dma_supported@p ( id, ...) | pci_alloc_consistent@p ( id, ...

[PATCH 2/2] staging: sm750fb: fix build warning

2015-03-19 Thread Sudip Mukherjee
after removing the 750LE related codes we started getting a build warning about an unused function. Hence removing that function also. Signed-off-by: Sudip Mukherjee --- drivers/staging/sm750fb/ddk750_mode.c | 70 --- 1 file changed, 70 deletions(-) diff --git a/

[PATCH 1/2] staging: sm750fb: remove 750LE code

2015-03-19 Thread Sudip Mukherjee
750LE is a special version of the hardware with Ip Core and Silicon Motion is making this hardware only for Huawei. It is not available to anyone else. So its better to remove the codes related to SM750LE. Signed-off-by: Sudip Mukherjee --- this patch will generate warning from checkpatch. but s