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 |
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>
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 --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.