target/iscsi: Modify iscsit_do_crypto_hash_buf() prototype
authorBart Van Assche <bart.vanassche@wdc.com>
Tue, 31 Oct 2017 18:03:16 +0000 (11:03 -0700)
committerNicholas Bellinger <nab@linux-iscsi.org>
Sat, 4 Nov 2017 22:16:01 +0000 (15:16 -0700)
commite1dfb21f004f403a16539e8a037963b57a25e0ad
tree5a44c9e7adc44ebd51641200fa09b8866c3f396d
parentde3493aea656ad7ae2e8dd492ee928712d147c74
target/iscsi: Modify iscsit_do_crypto_hash_buf() prototype

Change the type of the last two arguments from u8 * into const void *
and void * respectively such that the u8 * casts can be left out
from the callers. This patch does not change any functionality.

Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Mike Christie <mchristi@redhat.com>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/iscsi/iscsi_target.c