Re: [PATCH] staging: r8821ae: Remove driver from staging

2014-09-28 Thread Greg KH
On Sun, Sep 28, 2014 at 08:39:51PM -0500, Larry Finger wrote: > A new version of this driver has been merged into the wireless-testing tree > as commit 21e4b0726dc671c423e2dc9a85364716219c4502. It is both possible and > desirable to delete the staging version to avoid build errors in linux-next. >

Re: [PATCH 2/2] Staging: android: sw_sync: fixed a coding style issues

2014-09-28 Thread Greg KH
On Fri, Sep 26, 2014 at 12:08:22AM +0100, Mike Roocroft wrote: > Signed-off-by: Mike Roocroft What coding style issues? ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH] Drivers: Staging: Android: sw_sync: Fixed a blank line after declaration coding style issue on lines 100 and 159

2014-09-28 Thread Greg KH
On Sun, Sep 28, 2014 at 12:14:56PM +0100, Mike Roocroft wrote: > Fixed a coding style issue > > Signed-off-by: Mike Roocroft > --- > drivers/staging/android/sw_sync.c | 2 ++ > 1 file changed, 2 insertions(+) This patch was done already by someone else, please always use the latest version of m

Re: [PATCH 1/2] staging: et131x: Audit and update comments

2014-09-28 Thread Greg KH
On Wed, Sep 24, 2014 at 08:26:37PM +0100, Mark Einon wrote: > Many of the functions and variables in the driver have been renamed and are > now > more understandable, as well as defines added for various constants. Update / > remove some comments to reflect this. > > Also many comments were unnec

Re: [PATCH] Fixed Conditional white space problems

2014-09-28 Thread Joe Perches
On Sun, 2014-09-28 at 18:53 -0400, Jason Cooper wrote: > On Sun, Sep 28, 2014 at 06:01:01PM -0400, Greg KH wrote: > > On Sun, Sep 28, 2014 at 04:54:26PM -0500, Eric Rost wrote: > > > My first patch, resent to appropriate multiple addresses! > > > > That's great, but it doesn't belong here in the b

[PATCH net 1/1 V2] hyperv: Fix a bug in netvsc_start_xmit()

2014-09-28 Thread K. Y. Srinivasan
After the packet is successfully sent, we should not touch the skb as it may have been freed. This patch is based on the work done by Long Li . In this version of the patch I have fixed issues pointed out by David. David, please queue this up for stable. Signed-off-by: K. Y. Srinivasan Tested-

RE: [PATCH 1/1] Drivers: net-next: hyperv: Fix a bug in netvsc_start_xmit()

2014-09-28 Thread KY Srinivasan
> -Original Message- > From: David Miller [mailto:da...@davemloft.net] > Sent: Sunday, September 28, 2014 8:17 PM > To: KY Srinivasan > Cc: net...@vger.kernel.org; linux-ker...@vger.kernel.org; > de...@linuxdriverproject.org; o...@aepfle.de; a...@canonical.com; > jasow...@redhat.com; sta.

Re: [PATCH 1/1] Drivers: net-next: hyperv: Fix a bug in netvsc_start_xmit()

2014-09-28 Thread David Miller
From: "K. Y. Srinivasan" Date: Sun, 28 Sep 2014 19:49:51 -0700 > After the packet is successfully sent, we should not touch the skb as it may > have been freed. This patch is based on the work done by > Long Li . > > Signed-off-by: K. Y. Srinivasan > Tested-by: Long Li > Cc: You hyperv guys

Re: [PATCH] Fixed Conditional white space problems

2014-09-28 Thread Jason Cooper
On Sun, Sep 28, 2014 at 06:01:01PM -0400, Greg KH wrote: > On Sun, Sep 28, 2014 at 04:54:26PM -0500, Eric Rost wrote: > > My first patch, resent to appropriate multiple addresses! > > That's great, but it doesn't belong here in the body of the changelog :) > > > This patch fixes the following che

RE: [PATCH 0/2] Drivers: scsi: storvsc: Fix issues with hot-add/remove of LUNs

2014-09-28 Thread KY Srinivasan
> -Original Message- > From: Christoph Hellwig [mailto:h...@infradead.org] > Sent: Thursday, September 25, 2014 6:47 AM > To: KY Srinivasan > Cc: h...@suse.de; linux-ker...@vger.kernel.org; > de...@linuxdriverproject.org; oher...@suse.com; > jbottom...@parallels.com; linux-s...@vger.kerne

[PATCH 1/1] Drivers: net-next: hyperv: Fix a bug in netvsc_start_xmit()

2014-09-28 Thread K. Y. Srinivasan
After the packet is successfully sent, we should not touch the skb as it may have been freed. This patch is based on the work done by Long Li . Signed-off-by: K. Y. Srinivasan Tested-by: Long Li Cc: --- drivers/net/hyperv/netvsc_drv.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(

My dear in the Lord

2014-09-28 Thread Ruesch, Shirley
This is to let you know that I have decided to will my late Husbands funds to you, so it could be used by you for charity duties, good work, humanitarian services to less privileged people in your Country. Actually, am not comfortable communicating the content and full details of this subject to

Re: [PATCH] Fixed Conditional white space problems

2014-09-28 Thread Eric Rost
I think I stepped in it over my head. I'm going to let someone else handle this one and see if I can find something less odd. On Sun, 2014-09-28 at 16:27 -0700, Joe Perches wrote: > On Sun, 2014-09-28 at 18:53 -0400, Jason Cooper wrote: > > On Sun, Sep 28, 2014 at 06:01:01PM -0400, Greg KH wrote:

Re: [PATCH] staging: skein: Fixed Conditional white space problems

2014-09-28 Thread Jason Cooper
On Sun, Sep 28, 2014 at 06:14:45PM -0400, Greg KH wrote: > How about working on getting rid of the #if crap in this driver, that > will fix up this { } mess automatically. Yes, I commented on that earlier, it's a rather big job and may not be appropriate for a beginner. Eric, if you'd like to tac

Re: [PATCH] staging: skein: Fixed Conditional white space problems

2014-09-28 Thread Greg KH
On Sun, Sep 28, 2014 at 05:08:28PM -0500, Eric Rost wrote: > This patch fixes the following checkpatch.pl Warnings: > > WARNING: suspect code indent for conditional statements (16, 16) > + for (r = 1; r < 2 * RCNT; r += 2 * SKEIN_UNROLL_512) > [...] > + { > > WARNING:

RTL8188SU(r8712u) - drivers/usb/core/urb.c:339 usb_submit_urb+0x11d/0x5f0()

2014-09-28 Thread poma
0bda:8171 Realtek Semiconductor Corp. RTL8188SU 802.11n WLAN Adapter r8712u: module is from the staging directory, the quality is unknown, you have been warned. r8712u: Staging version r8712u: register rtl8712_netdev_ops to netdev_ops usb 2-1: r8712u: USB_SPEED_HIGH with 4 endpoints usb 2-1: r87

[PATCH] staging: skein: Fixed Conditional white space problems

2014-09-28 Thread Eric Rost
This patch fixes the following checkpatch.pl Warnings: WARNING: suspect code indent for conditional statements (16, 16) + for (r = 1; r < 2 * RCNT; r += 2 * SKEIN_UNROLL_512) [...] + { WARNING: suspect code indent for conditional statements (16, 16) + for

Re: [PATCH] Fixed Conditional white space problems

2014-09-28 Thread Greg KH
On Sun, Sep 28, 2014 at 04:54:26PM -0500, Eric Rost wrote: > My first patch, resent to appropriate multiple addresses! That's great, but it doesn't belong here in the body of the changelog :) > This patch fixes the following checkpatch.pl Warnings: > > WARNING: suspect code indent for conditiona

[PATCH] Fixed Conditional white space problems

2014-09-28 Thread Eric Rost
My first patch, resent to appropriate multiple addresses! This patch fixes the following checkpatch.pl Warnings: WARNING: suspect code indent for conditional statements (16, 16) + for (r = 1; r < 2 * RCNT; r += 2 * SKEIN_UNROLL_512) [...] + { WARNING: suspect code ind

[PATCH] Fixed Conditional white space problems

2014-09-28 Thread Eric Rost
My first patch! This patch fixes the following checkpatch.pl Warnings: WARNING: suspect code indent for conditional statements (16, 16) + for (r = 1; r < 2 * RCNT; r += 2 * SKEIN_UNROLL_512) [...] + { WARNING: suspect code indent for conditional statements (16, 16) +

[PATCH] Drivers: Staging: Android: sw_sync: Fixed a blank line after declaration coding style issue on lines 100 and 159

2014-09-28 Thread Mike Roocroft
Fixed a coding style issue Signed-off-by: Mike Roocroft --- drivers/staging/android/sw_sync.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/staging/android/sw_sync.c b/drivers/staging/android/sw_sync.c index a76db3f..863d4b1 100644 --- a/drivers/staging/android/sw_sync.c +++ b/d

JOB VACANCY IN CANADA, 2014

2014-09-28 Thread Sedna Oil Refineries
JOB VACANCY IN CANADA, 2014 Sedna Oil Refinery is a leading global resources company in oil refining. We are now creating new career opportunities for both experienced and fresh graduates outside Australia. We offer challenging job opportunities to the right people on our latest career and