Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 56ebc2e8 authored by Andreas Dilger's avatar Andreas Dilger Committed by Greg Kroah-Hartman
Browse files

staging: lustre: libcfs: small alignment change for cfs_crypto_hash_*()

parent 24a4e1ec
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -95,7 +95,8 @@ static inline const struct cfs_crypto_hash_type *
 * \retval	string name of known hash algorithm
 * \retval	"unknown" if hash algorithm is unknown
 */
static inline const char *cfs_crypto_hash_name(unsigned char hash_alg)
static inline const char *
cfs_crypto_hash_name(unsigned char hash_alg)
{
	const struct cfs_crypto_hash_type *ht;

+2 −2

File changed.

Contains only whitespace changes.