2008-03-13 18:31:28

by Pascal Terjan

[permalink] [raw]
Subject: [PATCH] iwlwifi: fix a typo in Kconfig message

Signed-off-by: Pascal Terjan <[email protected]>
---
drivers/net/wireless/iwlwifi/Kconfig | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/wireless/iwlwifi/Kconfig b/drivers/net/wireless/iwlwifi/Kconfig
index 5b7c016..94b1e34 100644
--- a/drivers/net/wireless/iwlwifi/Kconfig
+++ b/drivers/net/wireless/iwlwifi/Kconfig
@@ -25,7 +25,7 @@ config IWL4965
runs.

If you want to compile the driver as a module ( = code which can be
- inserted in and remvoed from the running kernel whenever you want),
+ inserted in and removed from the running kernel whenever you want),
say M here and read <file:Documentation/kbuild/modules.txt>. The
module will be called iwl4965.ko.

@@ -98,7 +98,7 @@ config IWL3945
runs.

If you want to compile the driver as a module ( = code which can be
- inserted in and remvoed from the running kernel whenever you want),
+ inserted in and removed from the running kernel whenever you want),
say M here and read <file:Documentation/kbuild/modules.txt>. The
module will be called iwl3945.ko.

--
1.5.4.3



2008-03-13 19:17:43

by Reinette Chatre

[permalink] [raw]
Subject: RE: [PATCH] iwlwifi: fix a typo in Kconfig message

On Thursday, March 13, 2008 11:13 AM, Pascal Terjan wrote:

> Signed-off-by: Pascal Terjan <[email protected]> ---
> drivers/net/wireless/iwlwifi/Kconfig | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/net/wireless/iwlwifi/Kconfig
> b/drivers/net/wireless/iwlwifi/Kconfig
> index 5b7c016..94b1e34 100644
> --- a/drivers/net/wireless/iwlwifi/Kconfig
> +++ b/drivers/net/wireless/iwlwifi/Kconfig
> @@ -25,7 +25,7 @@ config IWL4965
> runs.
>
> If you want to compile the driver as a module ( = code which
can be
> - inserted in and remvoed from the running kernel whenever you
> want), + inserted in and removed from the running kernel
whenever
> you want), say M here and read
> <file:Documentation/kbuild/modules.txt>. The
> module will be called iwl4965.ko.
>
> @@ -98,7 +98,7 @@ config IWL3945
> runs.
>
> If you want to compile the driver as a module ( = code which
can be
> - inserted in and remvoed from the running kernel whenever you
> want), + inserted in and removed from the running kernel
whenever
> you want), say M here and read
> <file:Documentation/kbuild/modules.txt>. The
> module will be called iwl3945.ko.
>
> --
> 1.5.4.3

Signed-off-by: Reinette Chatre <[email protected]>

Thanks!

Reinette