Commit 0d27895b authored by Hao Chen's avatar Hao Chen Committed by David S. Miller

net: e1000e: fix misspell word "retreived"

There is a misspell word "retreived" in comment, so fix it to "retrieved".
Signed-off-by: default avatarHao Chen <chenhao288@hisilicon.com>
Signed-off-by: default avatarGuangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 800b74a5
...@@ -2978,7 +2978,7 @@ static u32 e1000_get_phy_addr_for_hv_page(u32 page) ...@@ -2978,7 +2978,7 @@ static u32 e1000_get_phy_addr_for_hv_page(u32 page)
* @data: pointer to the data to be read or written * @data: pointer to the data to be read or written
* @read: determines if operation is read or write * @read: determines if operation is read or write
* *
* Reads the PHY register at offset and stores the retreived information * Reads the PHY register at offset and stores the retrieved information
* in data. Assumes semaphore already acquired. Note that the procedure * in data. Assumes semaphore already acquired. Note that the procedure
* to access these regs uses the address port and data port to read/write. * to access these regs uses the address port and data port to read/write.
* These accesses done with PHY address 2 and without using pages. * These accesses done with PHY address 2 and without using pages.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment