diff mbox series

fpga: Fix spelling mistake "eXchnage" -> "exchange" in Kconfig

Message ID 20210728215150.191914-1-colin.king@canonical.com (mailing list archive)
State New
Headers show
Series fpga: Fix spelling mistake "eXchnage" -> "exchange" in Kconfig | expand

Commit Message

Colin King July 28, 2021, 9:51 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in the Kconfig text. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/fpga/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rix July 28, 2021, 11:17 p.m. UTC | #1
On 7/28/21 2:51 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> There is a spelling mistake in the Kconfig text. Fix it.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>   drivers/fpga/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig
> index 16793bfc2bb4..991b3f361ec9 100644
> --- a/drivers/fpga/Kconfig
> +++ b/drivers/fpga/Kconfig
> @@ -119,7 +119,7 @@ config XILINX_PR_DECOUPLER
>   	depends on HAS_IOMEM
>   	help
>   	  Say Y to enable drivers for Xilinx LogiCORE PR Decoupler
> -	  or Xilinx Dynamic Function eXchnage AIX Shutdown Manager.
> +	  or Xilinx Dynamic Function eXchange AIX Shutdown Manager.
>   	  The PR Decoupler exists in the FPGA fabric to isolate one
>   	  region of the FPGA from the busses while that region is
>   	  being reprogrammed during partial reconfig.

Looks good, thanks

Reviewed-by: Tom Rix <trix@redhat.com>
Moritz Fischer July 29, 2021, 6:56 p.m. UTC | #2
On Wed, Jul 28, 2021 at 04:17:43PM -0700, Tom Rix wrote:
> 
> On 7/28/21 2:51 PM, Colin King wrote:
> > From: Colin Ian King <colin.king@canonical.com>
> > 
> > There is a spelling mistake in the Kconfig text. Fix it.
> > 
> > Signed-off-by: Colin Ian King <colin.king@canonical.com>
> > ---
> >   drivers/fpga/Kconfig | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig
> > index 16793bfc2bb4..991b3f361ec9 100644
> > --- a/drivers/fpga/Kconfig
> > +++ b/drivers/fpga/Kconfig
> > @@ -119,7 +119,7 @@ config XILINX_PR_DECOUPLER
> >   	depends on HAS_IOMEM
> >   	help
> >   	  Say Y to enable drivers for Xilinx LogiCORE PR Decoupler
> > -	  or Xilinx Dynamic Function eXchnage AIX Shutdown Manager.
> > +	  or Xilinx Dynamic Function eXchange AIX Shutdown Manager.
> >   	  The PR Decoupler exists in the FPGA fabric to isolate one
> >   	  region of the FPGA from the busses while that region is
> >   	  being reprogrammed during partial reconfig.
> 
> Looks good, thanks
> 
> Reviewed-by: Tom Rix <trix@redhat.com>
> 
Applied to for-next,

Moritz
diff mbox series

Patch

diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig
index 16793bfc2bb4..991b3f361ec9 100644
--- a/drivers/fpga/Kconfig
+++ b/drivers/fpga/Kconfig
@@ -119,7 +119,7 @@  config XILINX_PR_DECOUPLER
 	depends on HAS_IOMEM
 	help
 	  Say Y to enable drivers for Xilinx LogiCORE PR Decoupler
-	  or Xilinx Dynamic Function eXchnage AIX Shutdown Manager.
+	  or Xilinx Dynamic Function eXchange AIX Shutdown Manager.
 	  The PR Decoupler exists in the FPGA fabric to isolate one
 	  region of the FPGA from the busses while that region is
 	  being reprogrammed during partial reconfig.