diff mbox series

[V3] drivers: net: ethernet: i825xx: Fix couple of spellings in the file ether1.c

Message ID 20210204031648.27300-1-unixbhaskar@gmail.com (mailing list archive)
State Accepted
Commit 53b823b29aac320b2d4b64fc79af869720c73cf5
Delegated to: Netdev Maintainers
Headers show
Series [V3] drivers: net: ethernet: i825xx: Fix couple of spellings in the file ether1.c | expand

Checks

Context Check Description
netdev/cover_letter success Link
netdev/fixes_present success Link
netdev/patch_count success Link
netdev/tree_selection success Guessed tree name to be net-next
netdev/subject_prefix warning Target tree name not specified in the subject
netdev/cc_maintainers success CCed 5 of 5 maintainers
netdev/source_inline success Was 0 now: 0
netdev/verify_signedoff success Link
netdev/module_param success Was 0 now: 0
netdev/build_32bit success Errors and warnings before: 0 this patch: 0
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/verify_fixes success Link
netdev/checkpatch warning WARNING: line length of 87 exceeds 80 columns
netdev/build_allmodconfig_warn success Errors and warnings before: 0 this patch: 0
netdev/header_inline success Link
netdev/stable success Stable not CCed

Commit Message

Bhaskar Chowdhury Feb. 4, 2021, 3:16 a.m. UTC
s/initialsation/initialisation/
s/specifiing/specifying/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
Changes from V2:
   Adjust and make changes which are obvious as per Randy's suggestions

 drivers/net/ethernet/i825xx/ether1.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--
2.26.2

Comments

Randy Dunlap Feb. 4, 2021, 3:35 a.m. UTC | #1
On 2/3/21 7:16 PM, Bhaskar Chowdhury wrote:
> 
> 
> s/initialsation/initialisation/
> s/specifiing/specifying/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Aside from the Subject: being longer than needed, as Jakub commented,
it's fine for me.  Thanks.

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


> ---
> Changes from V2:
>    Adjust and make changes which are obvious as per Randy's suggestions
> 
>  drivers/net/ethernet/i825xx/ether1.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/net/ethernet/i825xx/ether1.c b/drivers/net/ethernet/i825xx/ether1.c
> index a0bfb509e002..c612ef526d16 100644
> --- a/drivers/net/ethernet/i825xx/ether1.c
> +++ b/drivers/net/ethernet/i825xx/ether1.c
> @@ -20,7 +20,7 @@
>   * 1.02	RMK	25/05/1997	Added code to restart RU if it goes not ready
>   * 1.03	RMK	14/09/1997	Cleaned up the handling of a reset during the TX interrupt.
>   *				Should prevent lockup.
> - * 1.04 RMK	17/09/1997	Added more info when initialsation of chip goes wrong.
> + * 1.04 RMK	17/09/1997	Added more info when initialisation of chip goes wrong.
>   *				TDR now only reports failure when chip reports non-zero
>   *				TDR time-distance.
>   * 1.05	RMK	31/12/1997	Removed calls to dev_tint for 2.1
> @@ -117,7 +117,7 @@ ether1_outw_p (struct net_device *dev, unsigned short val, int addr, int svflgs)
>   * Some inline assembler to allow fast transfers on to/off of the card.
>   * Since this driver depends on some features presented by the ARM
>   * specific architecture, and that you can't configure this driver
> - * without specifiing ARM mode, this is not a problem.
> + * without specifying ARM mode, this is not a problem.
>   *
>   * This routine is essentially an optimised memcpy from the card's
>   * onboard RAM to kernel memory.
> --
patchwork-bot+netdevbpf@kernel.org Feb. 5, 2021, 4:30 a.m. UTC | #2
Hello:

This patch was applied to netdev/net-next.git (refs/heads/master):

On Thu,  4 Feb 2021 08:46:48 +0530 you wrote:
> s/initialsation/initialisation/
> s/specifiing/specifying/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
> Changes from V2:
>    Adjust and make changes which are obvious as per Randy's suggestions
> 
> [...]

Here is the summary with links:
  - [V3] drivers: net: ethernet: i825xx: Fix couple of spellings in the file ether1.c
    https://git.kernel.org/netdev/net-next/c/53b823b29aac

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
diff mbox series

Patch

diff --git a/drivers/net/ethernet/i825xx/ether1.c b/drivers/net/ethernet/i825xx/ether1.c
index a0bfb509e002..c612ef526d16 100644
--- a/drivers/net/ethernet/i825xx/ether1.c
+++ b/drivers/net/ethernet/i825xx/ether1.c
@@ -20,7 +20,7 @@ 
  * 1.02	RMK	25/05/1997	Added code to restart RU if it goes not ready
  * 1.03	RMK	14/09/1997	Cleaned up the handling of a reset during the TX interrupt.
  *				Should prevent lockup.
- * 1.04 RMK	17/09/1997	Added more info when initialsation of chip goes wrong.
+ * 1.04 RMK	17/09/1997	Added more info when initialisation of chip goes wrong.
  *				TDR now only reports failure when chip reports non-zero
  *				TDR time-distance.
  * 1.05	RMK	31/12/1997	Removed calls to dev_tint for 2.1
@@ -117,7 +117,7 @@  ether1_outw_p (struct net_device *dev, unsigned short val, int addr, int svflgs)
  * Some inline assembler to allow fast transfers on to/off of the card.
  * Since this driver depends on some features presented by the ARM
  * specific architecture, and that you can't configure this driver
- * without specifiing ARM mode, this is not a problem.
+ * without specifying ARM mode, this is not a problem.
  *
  * This routine is essentially an optimised memcpy from the card's
  * onboard RAM to kernel memory.