commit | 8ac1ed791401790968fd00ca63ca4fa814677199 | [log] [tgz] |
---|---|---|
author | Joe Perches <[email protected]> | Mon May 08 15:57:56 2017 -0700 |
committer | Linus Torvalds <[email protected]> | Mon May 08 17:15:13 2017 -0700 |
tree | 5a5e86c399c1411348d23809d958bf1e80bbb773 | |
parent | 6e7c2b4dd36d8336f876c66a31d9b84616f3b2c4 [diff] [blame] |
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 <[email protected]> Acked-by: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
diff --git a/drivers/net/ethernet/qlogic/qed/qed_main.c b/drivers/net/ethernet/qlogic/qed/qed_main.c index b7ad36b..c67ff14 100644 --- a/drivers/net/ethernet/qlogic/qed/qed_main.c +++ b/drivers/net/ethernet/qlogic/qed/qed_main.c
@@ -978,7 +978,7 @@ static int qed_slowpath_start(struct qed_dev *cdev, if (rc) goto err2; - /* First Dword used to diffrentiate between various sources */ + /* First Dword used to differentiate between various sources */ data = cdev->firmware->data + sizeof(u32); qed_dbg_pf_init(cdev);