All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix typo in net/ieee80211/Kconfig
@ 2007-03-24 22:56 Patrick Ringl
  2007-03-27 17:24 ` John W. Linville
  0 siblings, 1 reply; 3+ messages in thread
From: Patrick Ringl @ 2007-03-24 22:56 UTC (permalink / raw)
  To: linux-kernel; +Cc: torvalds, johannes, netdev

[-- Attachment #1: Type: text/plain, Size: 1344 bytes --]

Hello,
this is just a QA / cosmetic fix .. nevertheless the documentation about 
modules / drivers should be appropriate to the great work of those who 
write all the real important stuff. :-)

The following patch is against 2.6.21-rc4:


--- /root/dev/linux-2.6.20-o/net/ieee80211/Kconfig    2007-02-04 
19:44:54.000000000 +0100
+++ /root/dev/linux-2.6.20/net/ieee80211/Kconfig    2007-03-24 
23:43:22.000000000 +0100
@@ -38,7 +38,7 @@
     Include software based cipher suites in support of IEEE
     802.11's WEP.  This is needed for WEP as well as 802.1x.
 
-    This can be compiled as a modules and it will be called
+    This can be compiled as a module and it will be called
     "ieee80211_crypt_wep".
 
 config IEEE80211_CRYPT_CCMP
@@ -51,7 +51,7 @@
     (aka TGi, WPA, WPA2, WPA-PSK, etc.) for use with CCMP enabled
     networks.
 
-    This can be compiled as a modules and it will be called
+    This can be compiled as a module and it will be called
     "ieee80211_crypt_ccmp".
 
 config IEEE80211_CRYPT_TKIP
@@ -66,7 +66,7 @@
     (aka TGi, WPA, WPA2, WPA-PSK, etc.) for use with TKIP enabled
     networks.
 
-    This can be compiled as a modules and it will be called
+    This can be compiled as a module and it will be called
     "ieee80211_crypt_tkip".
 
 source "net/ieee80211/softmac/Kconfig"

---

regards,
Patrick



[-- Attachment #2: ieee80211_Kconfig_typo --]
[-- Type: text/plain, Size: 1027 bytes --]

--- /root/dev/linux-2.6.20-o/net/ieee80211/Kconfig	2007-02-04 19:44:54.000000000 +0100
+++ /root/dev/linux-2.6.20/net/ieee80211/Kconfig	2007-03-24 23:43:22.000000000 +0100
@@ -38,7 +38,7 @@
 	Include software based cipher suites in support of IEEE
 	802.11's WEP.  This is needed for WEP as well as 802.1x.
 
-	This can be compiled as a modules and it will be called
+	This can be compiled as a module and it will be called
 	"ieee80211_crypt_wep".
 
 config IEEE80211_CRYPT_CCMP
@@ -51,7 +51,7 @@
 	(aka TGi, WPA, WPA2, WPA-PSK, etc.) for use with CCMP enabled
 	networks.
 
-	This can be compiled as a modules and it will be called
+	This can be compiled as a module and it will be called
 	"ieee80211_crypt_ccmp".
 
 config IEEE80211_CRYPT_TKIP
@@ -66,7 +66,7 @@
 	(aka TGi, WPA, WPA2, WPA-PSK, etc.) for use with TKIP enabled
 	networks.
 
-	This can be compiled as a modules and it will be called
+	This can be compiled as a module and it will be called
 	"ieee80211_crypt_tkip".
 
 source "net/ieee80211/softmac/Kconfig"

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

* Re: [PATCH] fix typo in net/ieee80211/Kconfig
  2007-03-24 22:56 [PATCH] fix typo in net/ieee80211/Kconfig Patrick Ringl
@ 2007-03-27 17:24 ` John W. Linville
  2007-03-28  9:09   ` Johannes Berg
  0 siblings, 1 reply; 3+ messages in thread
From: John W. Linville @ 2007-03-27 17:24 UTC (permalink / raw)
  To: Patrick Ringl; +Cc: johannes, linux-wireless

On Sat, Mar 24, 2007 at 11:56:58PM +0100, Patrick Ringl wrote:
> Hello,
> this is just a QA / cosmetic fix .. nevertheless the documentation about 
> modules / drivers should be appropriate to the great work of those who 
> write all the real important stuff. :-)

Greetings!  Thanks for the patch.

Please review the patch posting guidelines available here:

	http://linux.yyz.us/patch-format.html

In particular, please ensure that your mailer doesn't damage the
patches.  Also, please include the patches inline instead of as
MIME attachments if at all possible.  Finally, please include a
Signed-off-by: line.

I look forward to you reposting your patch.

Thanks,

John
-- 
John W. Linville
linville@tuxdriver.com

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

* Re: [PATCH] fix typo in net/ieee80211/Kconfig
  2007-03-27 17:24 ` John W. Linville
@ 2007-03-28  9:09   ` Johannes Berg
  0 siblings, 0 replies; 3+ messages in thread
From: Johannes Berg @ 2007-03-28  9:09 UTC (permalink / raw)
  To: John W. Linville; +Cc: Patrick Ringl, linux-wireless

[-- Attachment #1: Type: text/plain, Size: 825 bytes --]

On Tue, 2007-03-27 at 13:24 -0400, John W. Linville wrote:
> On Sat, Mar 24, 2007 at 11:56:58PM +0100, Patrick Ringl wrote:
> > Hello,
> > this is just a QA / cosmetic fix .. nevertheless the documentation about 
> > modules / drivers should be appropriate to the great work of those who 
> > write all the real important stuff. :-)
> 
> Greetings!  Thanks for the patch.
> 
> Please review the patch posting guidelines available here:
> 
> 	http://linux.yyz.us/patch-format.html
> 
> In particular, please ensure that your mailer doesn't damage the
> patches.  Also, please include the patches inline instead of as
> MIME attachments if at all possible.  Finally, please include a
> Signed-off-by: line.
> 
> I look forward to you reposting your patch.

Linus has adopted the patch already.

johannes

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 190 bytes --]

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

end of thread, other threads:[~2007-03-28  9:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-24 22:56 [PATCH] fix typo in net/ieee80211/Kconfig Patrick Ringl
2007-03-27 17:24 ` John W. Linville
2007-03-28  9:09   ` Johannes Berg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.