Re: [PATCH] [trivial] treewide: Fix typo in printk

From: Randy Dunlap
Date: Thu May 30 2013 - 12:56:29 EST


On 05/30/13 07:44, Masanari Iida wrote:
> Correct spelling typo in printk within various part of drivers.
>
> Signed-off-by: Masanari Iida <standby24x7@xxxxxxxxx>
> ---
> drivers/acpi/acpica/utobject.c | 2 +-
> drivers/cpufreq/s3c2416-cpufreq.c | 2 +-
> drivers/net/ethernet/mellanox/mlx4/main.c | 2 +-
> drivers/net/ethernet/neterion/vxge/vxge-main.c | 2 +-
> drivers/net/wireless/ath/ath9k/Kconfig | 2 +-
> drivers/scsi/libiscsi_tcp.c | 2 +-
> drivers/scsi/pmcraid.c | 2 +-
> lib/Kconfig.kgdb | 2 +-
> 8 files changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/lib/Kconfig.kgdb b/lib/Kconfig.kgdb
> index 140e878..e00037f 100644
> --- a/lib/Kconfig.kgdb
> +++ b/lib/Kconfig.kgdb
> @@ -64,7 +64,7 @@ config KGDB_LOW_LEVEL_TRAP
> default n
> help
> This will add an extra call back to kgdb for the breakpoint
> - exception handler on which will will allow kgdb to step
> + exception handler on which will allow kgdb to step

exception handler which will allow kgdb to step

> through a notify handler.
>
> config KGDB_KDB
>


--
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/