crypto: qat - fix indentation

Signed-off-by: Ahsan Atta <ahsan.atta@intel.com>
Signed-off-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
Ahsan Atta 2016-12-22 14:58:23 +00:00 committed by Herbert Xu
parent 5386e5d1f8
commit 0a3b1abedf

View File

@ -152,7 +152,7 @@ void adf_devmgr_update_class_index(struct adf_hw_device_data *hw_data)
ptr->hw_device->instance_id = i++;
if (i == class->instances)
break;
break;
}
}
EXPORT_SYMBOL_GPL(adf_devmgr_update_class_index);