From: Navin Sankar Velliangiri Date: Fri, 28 May 2021 15:05:57 +0000 (+0530) Subject: fpga: fpga-bridge: removed repeated word X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=92c5ddbc93abddab737df19655787ca354a3a397;p=users%2Fjedix%2Flinux-maple.git fpga: fpga-bridge: removed repeated word Removed repeated word and. Reported by checkpatch. Signed-off-by: Navin Sankar Velliangiri Signed-off-by: Moritz Fischer --- diff --git a/drivers/fpga/fpga-bridge.c b/drivers/fpga/fpga-bridge.c index e07a619df5329..05c6d4f2d043f 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. */