diff options
author | Tom Rix <trix@redhat.com> | 2021-05-19 18:30:56 +0200 |
---|---|---|
committer | Moritz Fischer <mdf@kernel.org> | 2021-07-22 04:54:21 +0200 |
commit | 580e3137318edb39d2c6efa5dad51e3fbd7e2536 (patch) | |
tree | 6c477a2dba5ba8d9c5500c5b923b36933bffc9b7 /drivers/fpga/dfl-n3000-nios.c | |
parent | docs: driver-api: fpga: avoid using UTF-8 chars (diff) | |
download | linux-580e3137318edb39d2c6efa5dad51e3fbd7e2536.tar.xz linux-580e3137318edb39d2c6efa5dad51e3fbd7e2536.zip |
fpga: fix spelling mistakes
Run the fpga subsystem through aspell.
Signed-off-by: Tom Rix <trix@redhat.com>
Reviewed-by: Fernando Pacheco <fpacheco@redhat.com>
Signed-off-by: Moritz Fischer <mdf@kernel.org>
Diffstat (limited to 'drivers/fpga/dfl-n3000-nios.c')
-rw-r--r-- | drivers/fpga/dfl-n3000-nios.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/fpga/dfl-n3000-nios.c b/drivers/fpga/dfl-n3000-nios.c index 7a95366f6516..9ddf1d1d392f 100644 --- a/drivers/fpga/dfl-n3000-nios.c +++ b/drivers/fpga/dfl-n3000-nios.c @@ -461,7 +461,7 @@ static int n3000_nios_poll_stat_timeout(void __iomem *base, u64 *v) * We don't use the time based timeout here for performance. * * The regbus read/write is on the critical path of Intel PAC N3000 - * image programing. The time based timeout checking will add too much + * image programming. The time based timeout checking will add too much * overhead on it. Usually the state changes in 1 or 2 loops on the * test server, and we set 10000 times loop here for safety. */ |