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/fpga-bridge.c | |
parent | 758f74674bcb82e1ed1a0b5a56980f295183b546 (diff) | |
download | lwn-580e3137318edb39d2c6efa5dad51e3fbd7e2536.tar.gz lwn-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/fpga-bridge.c')
-rw-r--r-- | drivers/fpga/fpga-bridge.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/fpga/fpga-bridge.c b/drivers/fpga/fpga-bridge.c index 2bfb2ff86930..b09f68f8e1b0 100644 --- a/drivers/fpga/fpga-bridge.c +++ b/drivers/fpga/fpga-bridge.c @@ -230,7 +230,7 @@ EXPORT_SYMBOL_GPL(fpga_bridges_put); * * Get an exclusive reference to the bridge and and it to the list. * - * Return 0 for success, error code from of_fpga_bridge_get() othewise. + * Return 0 for success, error code from of_fpga_bridge_get() otherwise. */ int of_fpga_bridge_get_to_list(struct device_node *np, struct fpga_image_info *info, @@ -260,7 +260,7 @@ EXPORT_SYMBOL_GPL(of_fpga_bridge_get_to_list); * * Get an exclusive reference to the bridge and and it to the list. * - * Return 0 for success, error code from fpga_bridge_get() othewise. + * Return 0 for success, error code from fpga_bridge_get() otherwise. */ int fpga_bridge_get_to_list(struct device *dev, struct fpga_image_info *info, |