public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] Staging: Fix two warnings that lines run over eighty characters.
@ 2010-03-07  2:34 Niadh
  2010-03-07  2:35 ` [PATCH 2/2] Staging: rt2860: Fixed some warnings generated by checkpatch.pl Niadh
  0 siblings, 1 reply; 3+ messages in thread
From: Niadh @ 2010-03-07  2:34 UTC (permalink / raw)
  To: gregkh, bzolnier; +Cc: devel, linux-kernel, Niadh

This patch cleans up the file drivers/staging/rt2860/ap.h by removing the warnings generated by checkpatch.pl that stated two lines run over the 80 character limit.

Signed-off-by: Neil Munro <neilmunro@gmail.com>
---
 drivers/staging/rt2860/ap.h |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/rt2860/ap.h b/drivers/staging/rt2860/ap.h
index 3f744a5..4f276cb 100644
--- a/drivers/staging/rt2860/ap.h
+++ b/drivers/staging/rt2860/ap.h
@@ -42,7 +42,8 @@

 /* ap_wpa.c */
 void WpaStateMachineInit(struct rt_rtmp_adapter *pAd,
-			 struct rt_state_machine *Sm, OUT STATE_MACHINE_FUNC Trans[]);
+			 struct rt_state_machine *Sm,
+			 OUT STATE_MACHINE_FUNC Trans[]);

 #ifdef RTMP_MAC_USB
 void BeaconUpdateExec(void *SystemSpecific1,
@@ -61,6 +62,7 @@ struct rt_mac_table_entry *MacTableInsertEntry(struct rt_rtmp_adapter *pAd,
 BOOLEAN MacTableDeleteEntry(struct rt_rtmp_adapter *pAd,
 			    u16 wcid, u8 *pAddr);

-struct rt_mac_table_entry *MacTableLookup(struct rt_rtmp_adapter *pAd, u8 *pAddr);
+struct rt_mac_table_entry *MacTableLookup(struct rt_rtmp_adapter *pAd,
+					  u8 *pAddr);

 #endif /* __AP_H__ */
--
1.7.0.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] Staging: rt2860: Fixed some warnings generated by checkpatch.pl
  2010-03-07  2:34 [PATCH 1/2] Staging: Fix two warnings that lines run over eighty characters Niadh
@ 2010-03-07  2:35 ` Niadh
  2010-03-07 15:57   ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Niadh @ 2010-03-07  2:35 UTC (permalink / raw)
  To: gregkh, bzolnier; +Cc: devel, linux-kernel, Niadh

diff --git a/drivers/staging/rt2860/ap.h b/drivers/staging/rt2860/ap.h
index 4f276cb..3fb5ece 100644
--- a/drivers/staging/rt2860/ap.h
+++ b/drivers/staging/rt2860/ap.h
@@ -36,6 +36,7 @@
     Paul Lin    08-01-2002    created
     James Tan   09-06-2002    modified (Revise NTCRegTable)
     John Chang  12-22-2004    modified for RT2561/2661. merge with STA driver
+    Neil Munro	03-06-2010    modified cleaned up to fit the kernel coding standards
 */
 #ifndef __AP_H__
 #define __AP_H__
--
1.7.0.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 2/2] Staging: rt2860: Fixed some warnings generated by checkpatch.pl
  2010-03-07  2:35 ` [PATCH 2/2] Staging: rt2860: Fixed some warnings generated by checkpatch.pl Niadh
@ 2010-03-07 15:57   ` Greg KH
  0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2010-03-07 15:57 UTC (permalink / raw)
  To: Niadh; +Cc: bzolnier, devel, linux-kernel

On Sun, Mar 07, 2010 at 02:35:00AM +0000, Niadh wrote:
> diff --git a/drivers/staging/rt2860/ap.h b/drivers/staging/rt2860/ap.h
> index 4f276cb..3fb5ece 100644
> --- a/drivers/staging/rt2860/ap.h
> +++ b/drivers/staging/rt2860/ap.h
> @@ -36,6 +36,7 @@
>      Paul Lin    08-01-2002    created
>      James Tan   09-06-2002    modified (Revise NTCRegTable)
>      John Chang  12-22-2004    modified for RT2561/2661. merge with STA driver
> +    Neil Munro	03-06-2010    modified cleaned up to fit the kernel coding standards

You don't need this as your changes show up in the changelog, we don't
add them to the code anymore.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-03-07 16:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-07  2:34 [PATCH 1/2] Staging: Fix two warnings that lines run over eighty characters Niadh
2010-03-07  2:35 ` [PATCH 2/2] Staging: rt2860: Fixed some warnings generated by checkpatch.pl Niadh
2010-03-07 15:57   ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox