commit | 3829f38169aaf38c764afba852e320d8f3b006de | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Sun Apr 09 16:00:39 2017 +0200 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Mon May 01 22:21:08 2017 -0700 |
tree | 32de5b2eca1e1cfc56a2f49abde39b959fb30422 | |
parent | c46e22f10612d91fb2cceef232e9d73c34be212a [diff] |
iscsi-target: Improve size determinations in four functions Replace the specification of four data structures by pointer dereferences as the parameter for the operator "sizeof" to make the corresponding size determinations a bit safer according to the Linux coding style convention. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>