aboutsummaryrefslogtreecommitdiff
path: root/scripts/basic/docproc.c
diff options
context:
space:
mode:
authorJulia Lawall <[email protected]>2009-12-09 15:21:57 -0800
committerRoland Dreier <[email protected]>2009-12-09 15:21:57 -0800
commitd85ddd835b33a9a0f2276ce068318da3fd1ad76a (patch)
tree4fa4951e62be39f9dab7908fd34ed813be0f3cda /scripts/basic/docproc.c
parentfa6c87d5104512bf73cf62162cec9ef6eba707c7 (diff)
RDMA/nes: Pass correct size to ioremap_nocache()
The size argument to ioremap_nocache should be the size of desired information, not the pointer to it. The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @expression@ expression *x; @@ x = <+... *sizeof(x) ...+>// </smpl> Signed-off-by: Julia Lawall <[email protected]> Acked-by: Chien Tung <[email protected]> Signed-off-by: Roland Dreier <[email protected]>
Diffstat (limited to 'scripts/basic/docproc.c')
0 files changed, 0 insertions, 0 deletions