]> Pileus Git - ~andy/linux/blobdiff - drivers/net/ucc_geth.c
Merge branch 'for-next' into for-linus
[~andy/linux] / drivers / net / ucc_geth.c
index 23a97518bc1f9ef9b38d3803127c3a6f4b4e4399..1b0aef37e495a656a266eca8fa2a03a500a64a04 100644 (file)
@@ -430,7 +430,7 @@ static void hw_add_addr_in_hash(struct ucc_geth_private *ugeth,
            ucc_fast_get_qe_cr_subblock(ugeth->ug_info->uf_info.ucc_num);
 
        /* Ethernet frames are defined in Little Endian mode,
-       therefor to insert */
+       therefore to insert */
        /* the address to the hash (Big Endian mode), we reverse the bytes.*/
 
        set_mac_addr(&p_82xx_addr_filt->taddr.h, p_enet_addr);