diff options
author | Tom Rix <trix@redhat.com> | 2021-05-19 09:30:56 -0700 |
---|---|---|
committer | Moritz Fischer <mdf@kernel.org> | 2021-07-21 19:54:21 -0700 |
commit | 580e3137318edb39d2c6efa5dad51e3fbd7e2536 (patch) | |
tree | 6c477a2dba5ba8d9c5500c5b923b36933bffc9b7 /drivers/fpga/dfl.h | |
parent | 758f74674bcb82e1ed1a0b5a56980f295183b546 (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/dfl.h')
-rw-r--r-- | drivers/fpga/dfl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/fpga/dfl.h b/drivers/fpga/dfl.h index 2b82c96ba56c..dac9c3d45e6c 100644 --- a/drivers/fpga/dfl.h +++ b/drivers/fpga/dfl.h @@ -232,7 +232,7 @@ struct dfl_feature_irq_ctx { * @id: sub feature id. * @resource_index: each sub feature has one mmio resource for its registers. * this index is used to find its mmio resource from the - * feature dev (platform device)'s reources. + * feature dev (platform device)'s resources. * @ioaddr: mapped mmio resource address. * @irq_ctx: interrupt context list. * @nr_irqs: number of interrupt contexts. |