diff options
| author | Tom Rix <[email protected]> | 2021-05-19 16:30:56 +0000 |
|---|---|---|
| committer | Moritz Fischer <[email protected]> | 2021-07-22 02:54:21 +0000 |
| commit | 580e3137318edb39d2c6efa5dad51e3fbd7e2536 (patch) | |
| tree | 6c477a2dba5ba8d9c5500c5b923b36933bffc9b7 /drivers/fpga/fpga-bridge.c | |
| parent | docs: driver-api: fpga: avoid using UTF-8 chars (diff) | |
| download | kernel-580e3137318edb39d2c6efa5dad51e3fbd7e2536.tar.gz kernel-580e3137318edb39d2c6efa5dad51e3fbd7e2536.zip | |
fpga: fix spelling mistakes
Run the fpga subsystem through aspell.
Signed-off-by: Tom Rix <[email protected]>
Reviewed-by: Fernando Pacheco <[email protected]>
Signed-off-by: Moritz Fischer <[email protected]>
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, |
