Commit cca0a7b0 authored by Tadeusz Struk's avatar Tadeusz Struk Committed by Herbert Xu

crypto: qat - Fix typo in comments

Fix copy and paste typo adf_isr.c
Signed-off-by: default avatarTadeusz Struk <tadeusz.struk@intel.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent ccab6058
...@@ -302,7 +302,7 @@ static void adf_cleanup_bh(struct adf_accel_dev *accel_dev) ...@@ -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) ...@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment