summaryrefslogtreecommitdiffstats
path: root/drivers/fpga
diff options
context:
space:
mode:
authorNavin Sankar Velliangiri <navin@linumiz.com>2021-05-28 20:35:57 +0530
committerMoritz Fischer <mdf@kernel.org>2021-07-21 19:54:22 -0700
commit0a05cdf18b1a92c29dddaa82b04b9e885a0126b7 (patch)
tree3da28ac4800cb3f013cf4d56d9ffabc53a69cc2b /drivers/fpga
parent580e3137318edb39d2c6efa5dad51e3fbd7e2536 (diff)
downloadlinux-0a05cdf18b1a92c29dddaa82b04b9e885a0126b7.tar.bz2
fpga: fpga-bridge: removed repeated word
Removed repeated word and. Reported by checkpatch. Signed-off-by: Navin Sankar Velliangiri <navin@linumiz.com> Signed-off-by: Moritz Fischer <mdf@kernel.org>
Diffstat (limited to 'drivers/fpga')
-rw-r--r--drivers/fpga/fpga-bridge.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/fpga/fpga-bridge.c b/drivers/fpga/fpga-bridge.c
index b09f68f8e1b0..798f55670646 100644
--- a/drivers/fpga/fpga-bridge.c
+++ b/drivers/fpga/fpga-bridge.c
@@ -228,7 +228,7 @@ EXPORT_SYMBOL_GPL(fpga_bridges_put);
* @info: fpga image specific information
* @bridge_list: list of FPGA bridges
*
- * Get an exclusive reference to the bridge and and it to the list.
+ * Get an exclusive reference to the bridge and it to the list.
*
* Return 0 for success, error code from of_fpga_bridge_get() otherwise.
*/
@@ -258,7 +258,7 @@ EXPORT_SYMBOL_GPL(of_fpga_bridge_get_to_list);
* @info: fpga image specific information
* @bridge_list: list of FPGA bridges
*
- * Get an exclusive reference to the bridge and and it to the list.
+ * Get an exclusive reference to the bridge and it to the list.
*
* Return 0 for success, error code from fpga_bridge_get() otherwise.
*/