
21 Dec
2015
21 Dec
'15
10:58 a.m.
Hi Bin,
2015-12-21 17:53 GMT+08:00 Bin Meng bmeng.cn@gmail.com:
Hi Miao,
On Mon, Dec 21, 2015 at 5:43 PM, Bin Meng bmeng.cn@gmail.com wrote:
On Mon, Dec 21, 2015 at 5:04 PM, Miao Yan yanmiaobest@gmail.com wrote:
In struct e1000_rx_desc, field 'length' is declared as uint16_t, so use le16_to_cpu() to do endianess conversion.
Also drop conversion on 'status' which is declared as uint8_t.
Signed-off-by: Miao Yan yanmiaobest@gmail.com
drivers/net/e1000.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com
BTW: two typos,
hepler in the commit title endianess in the commit title and body
Thanks for catching these. Will send v2.
Regards, Bin