Commit 0a05cdf1 authored by Navin Sankar Velliangiri's avatar Navin Sankar Velliangiri Committed by Moritz Fischer

fpga: fpga-bridge: removed repeated word

Removed repeated word and.
Reported by checkpatch.
Signed-off-by: default avatarNavin Sankar Velliangiri <navin@linumiz.com>
Signed-off-by: default avatarMoritz Fischer <mdf@kernel.org>
parent 580e3137
...@@ -228,7 +228,7 @@ EXPORT_SYMBOL_GPL(fpga_bridges_put); ...@@ -228,7 +228,7 @@ EXPORT_SYMBOL_GPL(fpga_bridges_put);
* @info: fpga image specific information * @info: fpga image specific information
* @bridge_list: list of FPGA bridges * @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. * 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); ...@@ -258,7 +258,7 @@ EXPORT_SYMBOL_GPL(of_fpga_bridge_get_to_list);
* @info: fpga image specific information * @info: fpga image specific information
* @bridge_list: list of FPGA bridges * @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. * Return 0 for success, error code from fpga_bridge_get() otherwise.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment