summaryrefslogtreecommitdiff
path: root/drivers/fpga/dfl-n3000-nios.c
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2021-05-19 19:30:56 +0300
committerMoritz Fischer <mdf@kernel.org>2021-07-22 05:54:21 +0300
commit580e3137318edb39d2c6efa5dad51e3fbd7e2536 (patch)
tree6c477a2dba5ba8d9c5500c5b923b36933bffc9b7 /drivers/fpga/dfl-n3000-nios.c
parent758f74674bcb82e1ed1a0b5a56980f295183b546 (diff)
downloadlinux-580e3137318edb39d2c6efa5dad51e3fbd7e2536.tar.xz
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.c2
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.
*/