The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] kconfig: fix typos: "Suport" -> "Support"
@ 2008-07-06 12:48 Heikki Orsila
  2008-07-06 21:28 ` Sam Ravnborg
  0 siblings, 1 reply; 3+ messages in thread
From: Heikki Orsila @ 2008-07-06 12:48 UTC (permalink / raw)
  To: Linux Kernel Mailing List

Signed-off-by: Heikki Orsila <heikki.orsila@iki.fi>
---
 drivers/misc/Kconfig |    2 +-
 init/Kconfig         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 636af28..af4e76c 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -315,7 +315,7 @@ config THINKPAD_ACPI_VIDEO
 	  If you are not sure, say Y here.
 
 config THINKPAD_ACPI_HOTKEY_POLL
-	bool "Suport NVRAM polling for hot keys"
+	bool "Support NVRAM polling for hot keys"
 	depends on THINKPAD_ACPI
 	default y
 	---help---
diff --git a/init/Kconfig b/init/Kconfig
index 6199d11..9f7f92d 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -486,7 +486,7 @@ config PID_NS
 	default n
 	depends on NAMESPACES && EXPERIMENTAL
 	help
-	  Suport process id namespaces.  This allows having multiple
+	  Support process id namespaces.  This allows having multiple
 	  process with the same pid as long as they are in different
 	  pid namespaces.  This is a building block of containers.
 
-- 
1.5.5.1.1.ga5e5c

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

* Re: [PATCH] kconfig: fix typos: "Suport" -> "Support"
  2008-07-06 12:48 [PATCH] kconfig: fix typos: "Suport" -> "Support" Heikki Orsila
@ 2008-07-06 21:28 ` Sam Ravnborg
  2008-07-07  5:08   ` [PATCH] more "suport -> support" typo fix from git grep Denis Cheng
  0 siblings, 1 reply; 3+ messages in thread
From: Sam Ravnborg @ 2008-07-06 21:28 UTC (permalink / raw)
  To: Heikki Orsila; +Cc: Linux Kernel Mailing List

On Sun, Jul 06, 2008 at 03:48:02PM +0300, Heikki Orsila wrote:
> Signed-off-by: Heikki Orsila <heikki.orsila@iki.fi>
> ---
>  drivers/misc/Kconfig |    2 +-
>  init/Kconfig         |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied,

	Sam

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

* [PATCH] more "suport -> support" typo fix from git grep
  2008-07-06 21:28 ` Sam Ravnborg
@ 2008-07-07  5:08   ` Denis Cheng
  0 siblings, 0 replies; 3+ messages in thread
From: Denis Cheng @ 2008-07-07  5:08 UTC (permalink / raw)
  To: Heikki Orsila, Sam Ravnborg; +Cc: linux-kernel

    $ git grep -w -i -n suport
    Documentation/video4linux/bttv/Sound-FAQ:85:Another one with bt878 suport is available from
    drivers/media/video/uvc/uvc_video.c:861:        /* Some webcams don't suport GET_DEF request on the probe control. We
    drivers/net/wireless/ath5k/ath5k.h:223: * channels. To use this feature your Access Point must also suport it.
    net/ipv4/tcp_cong.c:4: * Based on ideas from I/O scheduler suport and Web100.
    net/sctp/sm_statefuns.c:3793:   /* Make sure that we suport the HMAC algorithm from the auth

Signed-off-by: Denis Cheng <crquan@gmail.com>
---
To Heikki and typo-fix patches authors:
    Anytime intend to make a typo-fix patch, you'd better do a `git-grep` first,
    that would fix all this typo in the whole tree one time. thanks.

 Documentation/video4linux/bttv/Sound-FAQ |    2 +-
 drivers/media/video/uvc/uvc_video.c      |    2 +-
 drivers/net/wireless/ath5k/ath5k.h       |    2 +-
 net/ipv4/tcp_cong.c                      |    2 +-
 net/sctp/sm_statefuns.c                  |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Documentation/video4linux/bttv/Sound-FAQ b/Documentation/video4linux/bttv/Sound-FAQ
index 1e6328f..daa8935 100644
--- a/Documentation/video4linux/bttv/Sound-FAQ
+++ b/Documentation/video4linux/bttv/Sound-FAQ
@@ -82,7 +82,7 @@ card installed, you might to check out if you can read these registers
 values used by the windows driver.  A tool to do this is available
 from ftp://telepresence.dmem.strath.ac.uk/pub/bt848/winutil, but it
 does'nt work with bt878 boards according to some reports I received.
-Another one with bt878 suport is available from
+Another one with bt878 support is available from
 http://btwincap.sourceforge.net/Files/btspy2.00.zip
 
 You might also dig around in the *.ini files of the Windows applications.
diff --git a/drivers/media/video/uvc/uvc_video.c b/drivers/media/video/uvc/uvc_video.c
index 6faf1fb..2eae8c5 100644
--- a/drivers/media/video/uvc/uvc_video.c
+++ b/drivers/media/video/uvc/uvc_video.c
@@ -858,7 +858,7 @@ int uvc_video_init(struct uvc_video_device *video)
 	 */
 	usb_set_interface(video->dev->udev, video->streaming->intfnum, 0);
 
-	/* Some webcams don't suport GET_DEF request on the probe control. We
+	/* Some webcams don't support GET_DEF request on the probe control. We
 	 * fall back to GET_CUR if GET_DEF fails.
 	 */
 	if ((ret = uvc_get_video_ctrl(video, probe, 1, GET_DEF)) < 0 &&
diff --git a/drivers/net/wireless/ath5k/ath5k.h b/drivers/net/wireless/ath5k/ath5k.h
index ba35c30..dafc7e7 100644
--- a/drivers/net/wireless/ath5k/ath5k.h
+++ b/drivers/net/wireless/ath5k/ath5k.h
@@ -220,7 +220,7 @@ struct ath5k_srev_name {
  * Modulation for Atheros' Turbo G and Turbo A, its supposed to provide a
  * throughput transmission speed up to 40Mbit/s-60Mbit/s at a 108Mbit/s
  * signaling rate achieved through the bonding of two 54Mbit/s 802.11g
- * channels. To use this feature your Access Point must also suport it.
+ * channels. To use this feature your Access Point must also support it.
  * There is also a distinction between "static" and "dynamic" turbo modes:
  *
  * - Static: is the dumb version: devices set to this mode stick to it until
diff --git a/net/ipv4/tcp_cong.c b/net/ipv4/tcp_cong.c
index 6a25082..6da9aae 100644
--- a/net/ipv4/tcp_cong.c
+++ b/net/ipv4/tcp_cong.c
@@ -1,7 +1,7 @@
 /*
  * Plugable TCP congestion control support and newReno
  * congestion control.
- * Based on ideas from I/O scheduler suport and Web100.
+ * Based on ideas from I/O scheduler support and Web100.
  *
  * Copyright (C) 2005 Stephen Hemminger <shemminger@osdl.org>
  */
diff --git a/net/sctp/sm_statefuns.c b/net/sctp/sm_statefuns.c
index 0c9d5a6..89399f9 100644
--- a/net/sctp/sm_statefuns.c
+++ b/net/sctp/sm_statefuns.c
@@ -3790,7 +3790,7 @@ static sctp_ierror_t sctp_sf_authenticate(const struct sctp_endpoint *ep,
 	chunk->subh.auth_hdr = auth_hdr;
 	skb_pull(chunk->skb, sizeof(struct sctp_authhdr));
 
-	/* Make sure that we suport the HMAC algorithm from the auth
+	/* Make sure that we support the HMAC algorithm from the auth
 	 * chunk.
 	 */
 	if (!sctp_auth_asoc_verify_hmac_id(asoc, auth_hdr->hmac_id))
-- 
1.5.6.GIT


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

end of thread, other threads:[~2008-07-07  5:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-06 12:48 [PATCH] kconfig: fix typos: "Suport" -> "Support" Heikki Orsila
2008-07-06 21:28 ` Sam Ravnborg
2008-07-07  5:08   ` [PATCH] more "suport -> support" typo fix from git grep Denis Cheng

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