mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 16:55:16 -04:00
staging/lustre: Remove space after cast in cfs_crypto_hash_final()
This is against kernel-code style. Signed-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
34ec7f895a
commit
3e1f3db1b2
@@ -183,7 +183,7 @@ int cfs_crypto_hash_final(struct cfs_crypto_hash_desc *hdesc,
|
||||
*hash_len = size;
|
||||
return -ENOSPC;
|
||||
}
|
||||
err = crypto_hash_final((struct hash_desc *) hdesc, hash);
|
||||
err = crypto_hash_final((struct hash_desc *)hdesc, hash);
|
||||
|
||||
if (err < 0) {
|
||||
/* May be caller can fix error */
|
||||
|
||||
Reference in New Issue
Block a user