linux-fpga.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fpga: fpga-bridge: removed repeated word
@ 2021-05-28 15:05 Navin Sankar Velliangiri
  2021-05-28 15:17 ` Tom Rix
  2021-05-28 22:14 ` Moritz Fischer
  0 siblings, 2 replies; 3+ messages in thread
From: Navin Sankar Velliangiri @ 2021-05-28 15:05 UTC (permalink / raw)
  To: linux-fpga, linux-kernel; +Cc: mdf, trix, navin

Removed repeated word and.
Reported by checkpatch.

Signed-off-by: Navin Sankar Velliangiri <navin@linumiz.com>
---
 drivers/fpga/fpga-bridge.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/fpga/fpga-bridge.c b/drivers/fpga/fpga-bridge.c
index e9266b2a357f..9ada1126faf7 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() othewise.
  */
@@ -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() othewise.
  */
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] fpga: fpga-bridge: removed repeated word
  2021-05-28 15:05 [PATCH] fpga: fpga-bridge: removed repeated word Navin Sankar Velliangiri
@ 2021-05-28 15:17 ` Tom Rix
  2021-05-28 22:14 ` Moritz Fischer
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rix @ 2021-05-28 15:17 UTC (permalink / raw)
  To: Navin Sankar Velliangiri, linux-fpga, linux-kernel, mdf


On 5/28/21 8:05 AM, Navin Sankar Velliangiri wrote:
> Removed repeated word and.
> Reported by checkpatch.
>
> Signed-off-by: Navin Sankar Velliangiri <navin@linumiz.com>
> ---
>   drivers/fpga/fpga-bridge.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/fpga/fpga-bridge.c b/drivers/fpga/fpga-bridge.c
> index e9266b2a357f..9ada1126faf7 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() othewise.
>    */
> @@ -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.

Looks good.

Reviewed-by: Tom Rix <trix@redhat.com>

Moritz,

This patch and my spelling cleanup are low risk, can we get these into 
fpga-next ?

https://lore.kernel.org/linux-fpga/20210527200900.GA875457@mail.gmail.com/

Tom

>    *
>    * Return 0 for success, error code from fpga_bridge_get() othewise.
>    */


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] fpga: fpga-bridge: removed repeated word
  2021-05-28 15:05 [PATCH] fpga: fpga-bridge: removed repeated word Navin Sankar Velliangiri
  2021-05-28 15:17 ` Tom Rix
@ 2021-05-28 22:14 ` Moritz Fischer
  1 sibling, 0 replies; 3+ messages in thread
From: Moritz Fischer @ 2021-05-28 22:14 UTC (permalink / raw)
  To: Navin Sankar Velliangiri; +Cc: linux-fpga, linux-kernel, mdf, trix

On Fri, May 28, 2021 at 08:35:57PM +0530, Navin Sankar Velliangiri wrote:
> Removed repeated word and.
> Reported by checkpatch.
> 
> Signed-off-by: Navin Sankar Velliangiri <navin@linumiz.com>
> ---
>  drivers/fpga/fpga-bridge.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/fpga/fpga-bridge.c b/drivers/fpga/fpga-bridge.c
> index e9266b2a357f..9ada1126faf7 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() othewise.
>   */
> @@ -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() othewise.
>   */
> -- 
> 2.31.1
> 

Didn't apply on top of Tom's change, so I fixed it up. Queued.

- Moritz

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-05-28 22:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-28 15:05 [PATCH] fpga: fpga-bridge: removed repeated word Navin Sankar Velliangiri
2021-05-28 15:17 ` Tom Rix
2021-05-28 22:14 ` Moritz Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).