aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r--fs/cifs/cifsglob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h
index 7ca5f6d8ed80..67d6a2280a01 100644
--- a/fs/cifs/cifsglob.h
+++ b/fs/cifs/cifsglob.h
@@ -111,7 +111,7 @@ struct sdesc {
111 char ctx[]; 111 char ctx[];
112}; 112};
113 113
114/* crypto hashing related structure/fields, not speicific to a sec mech */ 114/* crypto hashing related structure/fields, not specific to a sec mech */
115struct cifs_secmech { 115struct cifs_secmech {
116 struct crypto_shash *hmacmd5; /* hmac-md5 hash function */ 116 struct crypto_shash *hmacmd5; /* hmac-md5 hash function */
117 struct crypto_shash *md5; /* md5 hash function */ 117 struct crypto_shash *md5; /* md5 hash function */