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@xxxxxxxxxxxxx> > > > > There is a spelling mistake in the Kconfig text. Fix it. > > > > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > --- > > 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@xxxxxxxxxx> > Applied to for-next, Moritz