From: Geert Uytterhoeven Date: Fri, 3 May 2013 21:15:57 +0000 (+0200) Subject: iscsi-target: Make buf param of iscsit_do_crypto_hash_buf() const void * X-Git-Tag: v3.10-rc2~21^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80690fdb959a652e02d4f40a684bd39586be9f32;p=pandora-kernel.git 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 Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed