iseries_veth: Fix wrong parameter given to sizeof call
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 17 Nov 2011 10:33:52 +0000 (10:33 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Nov 2011 19:56:35 +0000 (14:56 -0500)
"remote_list" is of type

struct dma_chunk remote_list[VETH_MAX_FRAMES_PER_MSG];

Probably a copy'n'paste error.

Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found