commit | e1750ba20f0d850c38820190ccbf0f647723091a | [log] [tgz] |
---|---|---|
author | Thomas Meyer <thomas@m3y3r.de> | Mon Aug 01 23:58:18 2011 +0200 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Mon Aug 22 19:26:15 2011 +0000 |
tree | 5026dff79f550661ed0dfb4a6e4bc0b649a29e7b | |
parent | 052605c6caa3e1edf8eee8fe5fe6d53f5721f39a [diff] |
target: Use ERR_CAST inlined function Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...)) The semantic patch that makes this output is available in scripts/coccinelle/api/err_cast.cocci. More information about semantic patching is available at http://coccinelle.lip6.fr/ Signed-off-by: Thomas Meyer <thomas@m3y3r.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>