mirror of https://gitee.com/openkylin/linux.git
treewide: spelling: correct diffrent[iate] and banlance typos
Add these misspellings to scripts/spelling.txt too Link: http://lkml.kernel.org/r/962aace119675e5fe87be2a88ddac1a5486f8e60.1490931810.git.joe@perches.com Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
6e7c2b4dd3
commit
8ac1ed7914
|
@ -70,7 +70,7 @@
|
||||||
* (3) both long and short but short preferred and long only when necesarry
|
* (3) both long and short but short preferred and long only when necesarry
|
||||||
*
|
*
|
||||||
* These modes must be selected compile time via compile switches.
|
* 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
|
* (1) DRXDAPFASI_LONG_ADDR_ALLOWED=0, DRXDAPFASI_SHORT_ADDR_ALLOWED=1
|
||||||
* (2) DRXDAPFASI_LONG_ADDR_ALLOWED=1, DRXDAPFASI_SHORT_ADDR_ALLOWED=0
|
* (2) DRXDAPFASI_LONG_ADDR_ALLOWED=1, DRXDAPFASI_SHORT_ADDR_ALLOWED=0
|
||||||
* (3) DRXDAPFASI_LONG_ADDR_ALLOWED=1, DRXDAPFASI_SHORT_ADDR_ALLOWED=1
|
* (3) DRXDAPFASI_LONG_ADDR_ALLOWED=1, DRXDAPFASI_SHORT_ADDR_ALLOWED=1
|
||||||
|
|
|
@ -1591,7 +1591,7 @@ static int __bnx2x_vlan_mac_execute_step(struct bnx2x *bp,
|
||||||
if (rc != 0) {
|
if (rc != 0) {
|
||||||
__bnx2x_vlan_mac_h_pend(bp, o, *ramrod_flags);
|
__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
|
* and the case in which there is already a pending ramrod
|
||||||
*/
|
*/
|
||||||
rc = 1;
|
rc = 1;
|
||||||
|
|
|
@ -3058,7 +3058,7 @@ int qed_int_igu_read_cam(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt)
|
||||||
|
|
||||||
/* There's a possibility the igu_sb_cnt_iov doesn't properly reflect
|
/* There's a possibility the igu_sb_cnt_iov doesn't properly reflect
|
||||||
* the number of VF SBs [especially for first VF on engine, as we can't
|
* the number of VF SBs [especially for first VF on engine, as we can't
|
||||||
* diffrentiate between empty entries and its entries].
|
* differentiate between empty entries and its entries].
|
||||||
* Since we don't really support more SBs than VFs today, prevent any
|
* Since we don't really support more SBs than VFs today, prevent any
|
||||||
* such configuration by sanitizing the number of SBs to equal the
|
* such configuration by sanitizing the number of SBs to equal the
|
||||||
* number of VFs.
|
* number of VFs.
|
||||||
|
|
|
@ -978,7 +978,7 @@ static int qed_slowpath_start(struct qed_dev *cdev,
|
||||||
if (rc)
|
if (rc)
|
||||||
goto err2;
|
goto err2;
|
||||||
|
|
||||||
/* First Dword used to diffrentiate between various sources */
|
/* First Dword used to differentiate between various sources */
|
||||||
data = cdev->firmware->data + sizeof(u32);
|
data = cdev->firmware->data + sizeof(u32);
|
||||||
|
|
||||||
qed_dbg_pf_init(cdev);
|
qed_dbg_pf_init(cdev);
|
||||||
|
|
|
@ -625,7 +625,7 @@ int qed_iov_hw_info(struct qed_hwfn *p_hwfn)
|
||||||
* - If !ARI, VFs would start on next device.
|
* - If !ARI, VFs would start on next device.
|
||||||
* so offset - (256 - pf_id) would provide the number.
|
* so offset - (256 - pf_id) would provide the number.
|
||||||
* Utilize the fact that (256 - pf_id) is achieved only by later
|
* Utilize the fact that (256 - pf_id) is achieved only by later
|
||||||
* to diffrentiate between the two.
|
* to differentiate between the two.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (p_hwfn->cdev->p_iov_info->offset < (256 - p_hwfn->abs_pf_id)) {
|
if (p_hwfn->cdev->p_iov_info->offset < (256 - p_hwfn->abs_pf_id)) {
|
||||||
|
|
|
@ -108,7 +108,7 @@ enum {
|
||||||
MLX4_MFUNC_EQE_MASK = (MLX4_MFUNC_MAX_EQES - 1)
|
MLX4_MFUNC_EQE_MASK = (MLX4_MFUNC_MAX_EQES - 1)
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Driver supports 3 diffrent device methods to manage traffic steering:
|
/* Driver supports 3 different device methods to manage traffic steering:
|
||||||
* -device managed - High level API for ib and eth flow steering. FW is
|
* -device managed - High level API for ib and eth flow steering. FW is
|
||||||
* managing flow steering tables.
|
* managing flow steering tables.
|
||||||
* - B0 steering mode - Common low level API for ib and (if supported) eth.
|
* - B0 steering mode - Common low level API for ib and (if supported) eth.
|
||||||
|
|
|
@ -179,6 +179,7 @@ bakup||backup
|
||||||
baloon||balloon
|
baloon||balloon
|
||||||
baloons||balloons
|
baloons||balloons
|
||||||
bandwith||bandwidth
|
bandwith||bandwidth
|
||||||
|
banlance||balance
|
||||||
batery||battery
|
batery||battery
|
||||||
beacuse||because
|
beacuse||because
|
||||||
becasue||because
|
becasue||because
|
||||||
|
@ -375,6 +376,8 @@ dictionnary||dictionary
|
||||||
didnt||didn't
|
didnt||didn't
|
||||||
diferent||different
|
diferent||different
|
||||||
differrence||difference
|
differrence||difference
|
||||||
|
diffrent||different
|
||||||
|
diffrentiate||differentiate
|
||||||
difinition||definition
|
difinition||definition
|
||||||
diplay||display
|
diplay||display
|
||||||
direectly||directly
|
direectly||directly
|
||||||
|
|
Loading…
Reference in New Issue