浏览代码

crypto: qat - Fix typo in comments

Fix copy and paste typo adf_isr.c

Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Tadeusz Struk 9 年之前
父节点
当前提交
cca0a7b0ac
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      drivers/crypto/qat/qat_common/adf_isr.c

+ 2 - 2
drivers/crypto/qat/qat_common/adf_isr.c

@@ -302,7 +302,7 @@ static void adf_cleanup_bh(struct adf_accel_dev *accel_dev)
 }
 }
 
 
 /**
 /**
- * adf_vf_isr_resource_free() - Free IRQ for acceleration device
+ * adf_isr_resource_free() - Free IRQ for acceleration device
  * @accel_dev:  Pointer to acceleration device.
  * @accel_dev:  Pointer to acceleration device.
  *
  *
  * Function frees interrupts for acceleration device.
  * Function frees interrupts for acceleration device.
@@ -317,7 +317,7 @@ void adf_isr_resource_free(struct adf_accel_dev *accel_dev)
 EXPORT_SYMBOL_GPL(adf_isr_resource_free);
 EXPORT_SYMBOL_GPL(adf_isr_resource_free);
 
 
 /**
 /**
- * adf_vf_isr_resource_alloc() - Allocate IRQ for acceleration device
+ * adf_isr_resource_alloc() - Allocate IRQ for acceleration device
  * @accel_dev:  Pointer to acceleration device.
  * @accel_dev:  Pointer to acceleration device.
  *
  *
  * Function allocates interrupts for acceleration device.
  * Function allocates interrupts for acceleration device.