iscsi-target: Make buf param of iscsit_do_crypto_hash_buf() const void *
authorGeert Uytterhoeven <geert@linux-m68k.org>
Fri, 3 May 2013 21:15:57 +0000 (23:15 +0200)
committerNicholas Bellinger <nab@linux-iscsi.org>
Fri, 3 May 2013 23:49:48 +0000 (16:49 -0700)
commit80690fdb959a652e02d4f40a684bd39586be9f32
tree445e9d043b648e5ed4fcd130cb8ff1ba69f2fdfb
parentbfbdb31d41b3d868449de272da746d1c2d0b764e
iscsi-target: Make buf param of iscsit_do_crypto_hash_buf() const void *

Make the "buf" input param of iscsit_do_crypto_hash_buf() "const void *".
This allows to remove lots of casts in its callers.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/iscsi/iscsi_target.c