commit | 773c8fef67aa54c6533b26d5a162a1a3531e1d9f | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Fri Jul 19 08:48:05 2013 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Aug 11 18:35:25 2013 -0700 |
tree | 2529e1556a878ed2dcce92ac61a1e31feca95307 | |
parent | f2281d42f6edb5934406cc1d32fa982e05b2ed41 [diff] |
arcnet: cleanup sizeof parameter [ Upstream commit 087d273caf4f7d3f2159256f255f1f432bc84a5b ] This patch doesn't change the compiled code because ARC_HDR_SIZE is 4 and sizeof(int) is 4, but the intent was to use the header size and not the sizeof the header size. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>