Re: [PATCH] staging: wlan-ng: cfg80211.c: fixed a line over 80 characters long

2017-06-09 Thread Greg KH
On Thu, Jun 08, 2017 at 11:25:55PM -0700, Elias Carter wrote:
> On Fri, Jun 09, 2017 at 07:41:12AM +0200, Greg KH wrote:
> > On Thu, Jun 08, 2017 at 06:38:30PM -0700, Elias Carter wrote:
> > > From: edcarter 
> > > 
> > > Fixed a coding style issue where a line was longer than 80 characters.
> > > 
> > > Signed-off-by: Elias Carter 
> > 
> > Your from and signed-off-by names have to match :(
> 
> Hi Greg, thanks for the feedback.
> 
> I fixed the issue but I was wondering if I should include the patch in a
> reply to this email or resend a new patch?

Totally new patch.

> I am just trying to find my way around the development process.

You did read Documenation/development_process/ right?

Also, please use scripts/get_maintainer.pl to determine who else to cc:
patches on.

good luck!

greg k-h


Re: [PATCH] staging: wlan-ng: cfg80211.c: fixed a line over 80 characters long

2017-06-09 Thread Greg KH
On Thu, Jun 08, 2017 at 11:25:55PM -0700, Elias Carter wrote:
> On Fri, Jun 09, 2017 at 07:41:12AM +0200, Greg KH wrote:
> > On Thu, Jun 08, 2017 at 06:38:30PM -0700, Elias Carter wrote:
> > > From: edcarter 
> > > 
> > > Fixed a coding style issue where a line was longer than 80 characters.
> > > 
> > > Signed-off-by: Elias Carter 
> > 
> > Your from and signed-off-by names have to match :(
> 
> Hi Greg, thanks for the feedback.
> 
> I fixed the issue but I was wondering if I should include the patch in a
> reply to this email or resend a new patch?

Totally new patch.

> I am just trying to find my way around the development process.

You did read Documenation/development_process/ right?

Also, please use scripts/get_maintainer.pl to determine who else to cc:
patches on.

good luck!

greg k-h


Re: [PATCH] staging: wlan-ng: cfg80211.c: fixed a line over 80 characters long

2017-06-09 Thread Elias Carter
On Fri, Jun 09, 2017 at 07:41:12AM +0200, Greg KH wrote:
> On Thu, Jun 08, 2017 at 06:38:30PM -0700, Elias Carter wrote:
> > From: edcarter 
> > 
> > Fixed a coding style issue where a line was longer than 80 characters.
> > 
> > Signed-off-by: Elias Carter 
> 
> Your from and signed-off-by names have to match :(

Hi Greg, thanks for the feedback.

I fixed the issue but I was wondering if I should include the patch in a
reply to this email or resend a new patch?

I am just trying to find my way around the development process.


Re: [PATCH] staging: wlan-ng: cfg80211.c: fixed a line over 80 characters long

2017-06-09 Thread Elias Carter
On Fri, Jun 09, 2017 at 07:41:12AM +0200, Greg KH wrote:
> On Thu, Jun 08, 2017 at 06:38:30PM -0700, Elias Carter wrote:
> > From: edcarter 
> > 
> > Fixed a coding style issue where a line was longer than 80 characters.
> > 
> > Signed-off-by: Elias Carter 
> 
> Your from and signed-off-by names have to match :(

Hi Greg, thanks for the feedback.

I fixed the issue but I was wondering if I should include the patch in a
reply to this email or resend a new patch?

I am just trying to find my way around the development process.


Re: [PATCH] staging: wlan-ng: cfg80211.c: fixed a line over 80 characters long

2017-06-08 Thread Greg KH
On Thu, Jun 08, 2017 at 06:38:30PM -0700, Elias Carter wrote:
> From: edcarter 
> 
> Fixed a coding style issue where a line was longer than 80 characters.
> 
> Signed-off-by: Elias Carter 

Your from and signed-off-by names have to match :(


Re: [PATCH] staging: wlan-ng: cfg80211.c: fixed a line over 80 characters long

2017-06-08 Thread Greg KH
On Thu, Jun 08, 2017 at 06:38:30PM -0700, Elias Carter wrote:
> From: edcarter 
> 
> Fixed a coding style issue where a line was longer than 80 characters.
> 
> Signed-off-by: Elias Carter 

Your from and signed-off-by names have to match :(


[PATCH] staging: wlan-ng: cfg80211.c: fixed a line over 80 characters long

2017-06-08 Thread Elias Carter
From: edcarter 

Fixed a coding style issue where a line was longer than 80 characters.

Signed-off-by: Elias Carter 
---
 drivers/staging/wlan-ng/cfg80211.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/wlan-ng/cfg80211.c 
b/drivers/staging/wlan-ng/cfg80211.c
index 178f6f5..e82043e 100644
--- a/drivers/staging/wlan-ng/cfg80211.c
+++ b/drivers/staging/wlan-ng/cfg80211.c
@@ -692,7 +692,8 @@ static const struct cfg80211_ops prism2_usb_cfg_ops = {
 };
 
 /* Functions to create/free wiphy interface */
-static struct wiphy *wlan_create_wiphy(struct device *dev, struct wlandevice 
*wlandev)
+static struct wiphy *wlan_create_wiphy(struct device *dev,
+  struct wlandevice *wlandev)
 {
struct wiphy *wiphy;
struct prism2_wiphy_private *priv;
-- 
2.7.4



[PATCH] staging: wlan-ng: cfg80211.c: fixed a line over 80 characters long

2017-06-08 Thread Elias Carter
From: edcarter 

Fixed a coding style issue where a line was longer than 80 characters.

Signed-off-by: Elias Carter 
---
 drivers/staging/wlan-ng/cfg80211.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/wlan-ng/cfg80211.c 
b/drivers/staging/wlan-ng/cfg80211.c
index 178f6f5..e82043e 100644
--- a/drivers/staging/wlan-ng/cfg80211.c
+++ b/drivers/staging/wlan-ng/cfg80211.c
@@ -692,7 +692,8 @@ static const struct cfg80211_ops prism2_usb_cfg_ops = {
 };
 
 /* Functions to create/free wiphy interface */
-static struct wiphy *wlan_create_wiphy(struct device *dev, struct wlandevice 
*wlandev)
+static struct wiphy *wlan_create_wiphy(struct device *dev,
+  struct wlandevice *wlandev)
 {
struct wiphy *wiphy;
struct prism2_wiphy_private *priv;
-- 
2.7.4