summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/adi
diff options
context:
space:
mode:
authorMasahiro Yamada2017-02-27 23:29:48 +0100
committerLinus Torvalds2017-02-28 03:43:47 +0100
commit9a284e5c9e04a3533f72eda8956162dfc77684a9 (patch)
treea6dac7e9fa7c62780a8438f904b45caa551b42b6 /drivers/net/ethernet/adi
parentscripts/spelling.txt: add "deintialize(d)" pattern and fix typo instances (diff)
downloadkernel-qcow2-linux-9a284e5c9e04a3533f72eda8956162dfc77684a9.tar.gz
kernel-qcow2-linux-9a284e5c9e04a3533f72eda8956162dfc77684a9.tar.xz
kernel-qcow2-linux-9a284e5c9e04a3533f72eda8956162dfc77684a9.zip
scripts/spelling.txt: add "overwritting" pattern and fix typo instances
Fix typos and add the following to the scripts/spelling.txt: overwritting||overwriting Link: http://lkml.kernel.org/r/1481573103-11329-29-git-send-email-yamada.masahiro@socionext.com Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/net/ethernet/adi')
-rw-r--r--drivers/net/ethernet/adi/bfin_mac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/adi/bfin_mac.c b/drivers/net/ethernet/adi/bfin_mac.c
index a81731303730..a9ac58c351a0 100644
--- a/drivers/net/ethernet/adi/bfin_mac.c
+++ b/drivers/net/ethernet/adi/bfin_mac.c
@@ -1206,7 +1206,7 @@ static void bfin_mac_rx(struct bfin_mac_local *lp)
/* reserve 2 bytes for RXDWA padding */
skb_reserve(new_skb, NET_IP_ALIGN);
/* Invalidate the data cache of skb->data range when it is write back
- * cache. It will prevent overwritting the new data from DMA
+ * cache. It will prevent overwriting the new data from DMA
*/
blackfin_dcache_invalidate_range((unsigned long)new_skb->head,
(unsigned long)new_skb->end);