Re: [patch net-next] net: qcom/emac: fix a sizeof() typo

From: David Miller
Date: Mon Feb 13 2017 - 22:21:30 EST


From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Date: Mon, 13 Feb 2017 14:00:22 +0300

> We had intended to say "sizeof(u32)" but the "u" is missing.
> Fortunately, sizeof(32) is also 4, so the original code still works.
>
> Fixes: c4e7beea2192 ("net: qcom/emac: add ethtool support for reading hardware registers")
> Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>

Applied.