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

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>

authored by

Tadeusz Struk and committed by
Herbert Xu
cca0a7b0 ccab6058

+2 -2
+2 -2
drivers/crypto/qat/qat_common/adf_isr.c
··· 302 302 } 303 303 304 304 /** 305 - * adf_vf_isr_resource_free() - Free IRQ for acceleration device 305 + * adf_isr_resource_free() - Free IRQ for acceleration device 306 306 * @accel_dev: Pointer to acceleration device. 307 307 * 308 308 * Function frees interrupts for acceleration device. ··· 317 317 EXPORT_SYMBOL_GPL(adf_isr_resource_free); 318 318 319 319 /** 320 - * adf_vf_isr_resource_alloc() - Allocate IRQ for acceleration device 320 + * adf_isr_resource_alloc() - Allocate IRQ for acceleration device 321 321 * @accel_dev: Pointer to acceleration device. 322 322 * 323 323 * Function allocates interrupts for acceleration device.