NAK: [PATCH] wilc1000: fix spelling mistake in Kconfig "devision" -> "division"

From: Colin Ian King
Date: Wed Dec 16 2020 - 06:56:44 EST


On 16/12/2020 11:54, Colin King wrote:
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> There is a spelling mistake in the Kconfig help text. Fix it.
>
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
> ---
> drivers/net/ethernet/ni/Kconfig | 2 +-
> drivers/net/wireless/microchip/wilc1000/Kconfig | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/net/ethernet/ni/Kconfig b/drivers/net/ethernet/ni/Kconfig
> index 01229190132d..dcfbfa516e67 100644
> --- a/drivers/net/ethernet/ni/Kconfig
> +++ b/drivers/net/ethernet/ni/Kconfig
> @@ -1,6 +1,6 @@
> # SPDX-License-Identifier: GPL-2.0-only
> #
> -# National Instuments network device configuration
> +# National Instruments network device configuration
> #
>
> config NET_VENDOR_NI
> diff --git a/drivers/net/wireless/microchip/wilc1000/Kconfig b/drivers/net/wireless/microchip/wilc1000/Kconfig
> index 80c92e8bf8a5..7f15e42602dd 100644
> --- a/drivers/net/wireless/microchip/wilc1000/Kconfig
> +++ b/drivers/net/wireless/microchip/wilc1000/Kconfig
> @@ -44,4 +44,4 @@ config WILC1000_HW_OOB_INTR
> chipset. This OOB interrupt is intended to provide a faster interrupt
> mechanism for SDIO host controllers that don't support SDIO interrupt.
> Select this option If the SDIO host controller in your platform
> - doesn't support SDIO time devision interrupt.
> + doesn't support SDIO time division interrupt.
>

Messed this up. V2 coming soon.