commit | 232827fb8168d07844a589f0d4991afab16a23ea | [log] [tgz] |
---|---|---|
author | Peter Huewe <peterhuewe@gmx.de> | Mon Jan 21 21:14:00 2013 +0000 |
committer | Jonathan Cameron <jic23@kernel.org> | Sat Jan 26 10:07:53 2013 +0000 |
tree | 4ffd5fb0b6bcca7b5292cf8a5be12abe312fc833 | |
parent | 81ca486fe54c799033fac1eb6d93baf64df37ba6 [diff] |
staging/iio: Use correct argument for sizeof found with coccicheck sizeof when applied to a pointer typed expression gives the size of the pointer The semantic patch that makes this output is available in scripts/coccinelle/misc/noderef.cocci. More information about semantic patching is available at http://coccinelle.lip6.fr/ Signed-off-by: Peter Huewe <peterhuewe@gmx.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>