linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: ethernet: neterion: Fix a typo in the file s2io.c
@ 2021-03-15  1:53 Bhaskar Chowdhury
  2021-03-15  2:40 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-15  1:53 UTC (permalink / raw)
  To: jdmason, davem, kuba, netdev, linux-kernel; +Cc: rdunlap, Bhaskar Chowdhury


s/structue/structure/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/net/ethernet/neterion/s2io.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/neterion/s2io.c b/drivers/net/ethernet/neterion/s2io.c
index 8f2f091bce89..9cfcd5500462 100644
--- a/drivers/net/ethernet/neterion/s2io.c
+++ b/drivers/net/ethernet/neterion/s2io.c
@@ -6657,7 +6657,7 @@ static int s2io_change_mtu(struct net_device *dev, int new_mtu)

 /**
  * s2io_set_link - Set the LInk status
- * @work: work struct containing a pointer to device private structue
+ * @work: work struct containing a pointer to device private structure
  * Description: Sets the link status for the adapter
  */

--
2.30.2


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

* Re: [PATCH] net: ethernet: neterion: Fix a typo in the file s2io.c
  2021-03-15  1:53 [PATCH] net: ethernet: neterion: Fix a typo in the file s2io.c Bhaskar Chowdhury
@ 2021-03-15  2:40 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2021-03-15  2:40 UTC (permalink / raw)
  To: Bhaskar Chowdhury, jdmason, davem, kuba, netdev, linux-kernel

On 3/14/21 6:53 PM, Bhaskar Chowdhury wrote:
> 
> s/structue/structure/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  drivers/net/ethernet/neterion/s2io.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/ethernet/neterion/s2io.c b/drivers/net/ethernet/neterion/s2io.c
> index 8f2f091bce89..9cfcd5500462 100644
> --- a/drivers/net/ethernet/neterion/s2io.c
> +++ b/drivers/net/ethernet/neterion/s2io.c
> @@ -6657,7 +6657,7 @@ static int s2io_change_mtu(struct net_device *dev, int new_mtu)
> 
>  /**
>   * s2io_set_link - Set the LInk status
> - * @work: work struct containing a pointer to device private structue
> + * @work: work struct containing a pointer to device private structure
>   * Description: Sets the link status for the adapter
>   */
> 
> --


-- 
~Randy


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

end of thread, other threads:[~2021-03-15  2:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-15  1:53 [PATCH] net: ethernet: neterion: Fix a typo in the file s2io.c Bhaskar Chowdhury
2021-03-15  2:40 ` Randy Dunlap

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).