Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1613831
| From | Mauro Carvalho Chehab <mchehab@s-opensource.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] treewide: Correct diffrent[iate] and banlance typos |
| Date | 2017-03-31 12:10 +0200 |
| Message-ID | <tr1Fg-3db-5@gated-at.bofh.it> (permalink) |
| References | <tqVJv-7zL-3@gated-at.bofh.it> |
| Organization | Samsung |
Em Thu, 30 Mar 2017 20:44:16 -0700
Joe Perches <joe@perches.com> escreveu:
> Add these misspellings to scripts/spelling.txt too
>
> Signed-off-by: Joe Perches <joe@perches.com>
> ---
> drivers/media/dvb-frontends/drx39xyj/drx_dap_fasi.h | 2 +-
> drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 2 +-
> drivers/net/ethernet/hisilicon/hns/hns_enet.c | 2 +-
> drivers/net/ethernet/qlogic/qed/qed_int.c | 2 +-
> drivers/net/ethernet/qlogic/qed/qed_main.c | 2 +-
> drivers/net/ethernet/qlogic/qed/qed_sriov.c | 2 +-
> include/linux/mlx4/device.h | 2 +-
> scripts/spelling.txt | 3 +++
> 8 files changed, 10 insertions(+), 7 deletions(-)
>
> diff --git a/drivers/media/dvb-frontends/drx39xyj/drx_dap_fasi.h b/drivers/media/dvb-frontends/drx39xyj/drx_dap_fasi.h
> index 354ec07eae87..23ae72468025 100644
> --- a/drivers/media/dvb-frontends/drx39xyj/drx_dap_fasi.h
> +++ b/drivers/media/dvb-frontends/drx39xyj/drx_dap_fasi.h
> @@ -70,7 +70,7 @@
> * (3) both long and short but short preferred and long only when necesarry
> *
> * These modes must be selected compile time via compile switches.
> -* Compile switch settings for the diffrent modes:
> +* Compile switch settings for the different modes:
> * (1) DRXDAPFASI_LONG_ADDR_ALLOWED=0, DRXDAPFASI_SHORT_ADDR_ALLOWED=1
> * (2) DRXDAPFASI_LONG_ADDR_ALLOWED=1, DRXDAPFASI_SHORT_ADDR_ALLOWED=0
> * (3) DRXDAPFASI_LONG_ADDR_ALLOWED=1, DRXDAPFASI_SHORT_ADDR_ALLOWED=1
> diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
> index cea6bdcde33f..8baf9d3eb4b1 100644
> --- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
> +++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
> @@ -1591,7 +1591,7 @@ static int __bnx2x_vlan_mac_execute_step(struct bnx2x *bp,
> if (rc != 0) {
> __bnx2x_vlan_mac_h_pend(bp, o, *ramrod_flags);
>
> - /* Calling function should not diffrentiate between this case
> + /* Calling function should not differentiate between this case
> * and the case in which there is already a pending ramrod
> */
> rc = 1;
Acked-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Thanks,
Mauro
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] treewide: Correct diffrent[iate] and banlance typos Joe Perches <joe@perches.com> - 2017-03-31 05:50 +0200 Re: [PATCH] treewide: Correct diffrent[iate] and banlance typos Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2017-03-31 12:10 +0200
csiph-web