2004-06-20 22:08:17

by Adrian Bunk

[permalink] [raw]
Subject: [2.6 patch] fix typos in ATM_FORE200E_USE_TASKLET help text

The trivial patch below fixes two typos in the ATM_FORE200E_USE_TASKLET
help text.

Please apply
Adrian

--- linux-2.6.7/drivers/atm/Kconfig.old 2004-06-21 00:03:30.000000000 +0200
+++ linux-2.6.7/drivers/atm/Kconfig 2004-06-21 00:07:29.000000000 +0200
@@ -391,8 +391,8 @@
default n
help
This defers work to be done by the interrupt handler to a
- tasklet instead of hanlding everything at interrupt time. This
- may improve the responsive of the host.
+ tasklet instead of handling everything at interrupt time. This
+ may improve the responsiveness of the host.

config ATM_FORE200E_TX_RETRY
int "Maximum number of tx retries"


2004-06-20 22:17:35

by Christoph Hellwig

[permalink] [raw]
Subject: Re: [2.6 patch] fix typos in ATM_FORE200E_USE_TASKLET help text

On Mon, Jun 21, 2004 at 12:07:52AM +0200, Adrian Bunk wrote:
> The trivial patch below fixes two typos in the ATM_FORE200E_USE_TASKLET
> help text.
>
> Please apply
> Adrian
>
> --- linux-2.6.7/drivers/atm/Kconfig.old 2004-06-21 00:03:30.000000000 +0200
> +++ linux-2.6.7/drivers/atm/Kconfig 2004-06-21 00:07:29.000000000 +0200
> @@ -391,8 +391,8 @@
> default n
> help
> This defers work to be done by the interrupt handler to a
> - tasklet instead of hanlding everything at interrupt time. This
> - may improve the responsive of the host.
> + tasklet instead of handling everything at interrupt time. This
> + may improve the responsiveness of the host.

Btw, this isn't exactly something that should be a config option. Either
it's an improvement and should always be on or not. But the arm drivers
seem to like gazillions of options for just about everything..