summaryrefslogtreecommitdiff
path: root/drivers/crypto/qat/qat_common/adf_dev_mgr.c
diff options
context:
space:
mode:
authorAhsan Atta <ahsan.atta@intel.com>2015-07-24 20:18:26 (GMT)
committerHerbert Xu <herbert@gondor.apana.org.au>2015-07-28 07:03:34 (GMT)
commitec0d6fa3e8849fd52755bca6cec550985d66546d (patch)
tree25facfcf7ec62e275cc2bbc39e07e63e9882b033 /drivers/crypto/qat/qat_common/adf_dev_mgr.c
parent13dd7bee20634a4991a75a551ce0707eb6aefd29 (diff)
downloadlinux-ec0d6fa3e8849fd52755bca6cec550985d66546d.tar.xz
crypto: qat - Fix typo othewise->otherwise
Signed-off-by: Ahsan Atta <ahsan.atta@intel.com> Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/qat/qat_common/adf_dev_mgr.c')
-rw-r--r--drivers/crypto/qat/qat_common/adf_dev_mgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/qat/qat_common/adf_dev_mgr.c b/drivers/crypto/qat/qat_common/adf_dev_mgr.c
index 3f0ff9e..4bd38e3 100644
--- a/drivers/crypto/qat/qat_common/adf_dev_mgr.c
+++ b/drivers/crypto/qat/qat_common/adf_dev_mgr.c
@@ -60,7 +60,7 @@ static uint32_t num_devices;
* Function adds acceleration device to the acceleration framework.
* To be used by QAT device specific drivers.
*
- * Return: 0 on success, error code othewise.
+ * Return: 0 on success, error code otherwise.
*/
int adf_devmgr_add_dev(struct adf_accel_dev *accel_dev)
{