aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/isert/ib_isert.h
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@lip6.fr>2014-11-30 19:14:12 +0100
committerNicholas Bellinger <nab@linux-iscsi.org>2014-12-01 21:36:22 -0800
commit13ba564c956d8584d661aeb6ff7c9fa161b84f12 (patch)
treeb6142b06301c5000cad8f1b7f253d895c0d4d2ee /drivers/infiniband/ulp/isert/ib_isert.h
parentiscsi-target: fix error path in iscsi_target_init_module() (diff)
downloadlinux-dev-13ba564c956d8584d661aeb6ff7c9fa161b84f12.tar.xz
linux-dev-13ba564c956d8584d661aeb6ff7c9fa161b84f12.zip
target: remove unneeded array
Delete a local array that is only used to be initialized by memset. A semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ identifier x; type T; @@ { ... when any -T x[...]; <+... when != x - memset(x,...); ...+> } // </smpl> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/infiniband/ulp/isert/ib_isert.h')
0 files changed, 0 insertions, 0 deletions