Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Ahsan Atta and committed by
Herbert Xu
0a3b1abe 5386e5d1

+1 -1
+1 -1
drivers/crypto/qat/qat_common/adf_dev_mgr.c
··· 152 152 ptr->hw_device->instance_id = i++; 153 153 154 154 if (i == class->instances) 155 - break; 155 + break; 156 156 } 157 157 } 158 158 EXPORT_SYMBOL_GPL(adf_devmgr_update_class_index);