aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/crypto/cryptodev/cryptodev_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/crypto/cryptodev/cryptodev_int.h')
-rw-r--r--drivers/staging/crypto/cryptodev/cryptodev_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/crypto/cryptodev/cryptodev_int.h b/drivers/staging/crypto/cryptodev/cryptodev_int.h
index c01e61965dbe..675b61821f2a 100644
--- a/drivers/staging/crypto/cryptodev/cryptodev_int.h
+++ b/drivers/staging/crypto/cryptodev/cryptodev_int.h
@@ -57,7 +57,7 @@ struct compat_session_op {
};
/* input of CIOCCRYPT */
- struct compat_crypt_op {
+struct compat_crypt_op {
uint32_t ses; /* session identifier */
uint16_t op; /* COP_ENCRYPT or COP_DECRYPT */
uint16_t flags; /* see COP_FLAG_* */