summaryrefslogtreecommitdiff
path: root/drivers/fpga/altera-cvp.c
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2021-05-19 09:30:56 -0700
committerMoritz Fischer <mdf@kernel.org>2021-07-21 19:54:21 -0700
commit580e3137318edb39d2c6efa5dad51e3fbd7e2536 (patch)
tree6c477a2dba5ba8d9c5500c5b923b36933bffc9b7 /drivers/fpga/altera-cvp.c
parent758f74674bcb82e1ed1a0b5a56980f295183b546 (diff)
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/altera-cvp.c')
-rw-r--r--drivers/fpga/altera-cvp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/fpga/altera-cvp.c b/drivers/fpga/altera-cvp.c
index 4e0edb60bfba..ccf4546eff29 100644
--- a/drivers/fpga/altera-cvp.c
+++ b/drivers/fpga/altera-cvp.c
@@ -346,7 +346,7 @@ static int altera_cvp_write_init(struct fpga_manager *mgr,
}
if (val & VSE_CVP_STATUS_CFG_RDY) {
- dev_warn(&mgr->dev, "CvP already started, teardown first\n");
+ dev_warn(&mgr->dev, "CvP already started, tear down first\n");
ret = altera_cvp_teardown(mgr, info);
if (ret)
return ret;