diff options
author | Randy Dunlap | 2020-07-19 11:08:48 -0700 |
---|---|---|
committer | Takashi Iwai | 2020-07-19 20:50:47 +0200 |
commit | 6779ec13ca639929459976a691e17a64ed7e0712 (patch) | |
tree | 99231d6ec9c845a5b33999af26c73f1dc6b6dc37 /sound/pci/asihpi/hpi_internal.h | |
parent | 7ed33ea6b4faf0d63eafeef0b1a9b977b66ac88c (diff) |
ALSA: asihpi: delete duplicated word
Delete the doubled word "of" in a comment.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20200719180848.22572-1-rdunlap@infradead.org
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/asihpi/hpi_internal.h')
-rw-r--r-- | sound/pci/asihpi/hpi_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/asihpi/hpi_internal.h b/sound/pci/asihpi/hpi_internal.h index ad912f9dac7e..6859d51389f5 100644 --- a/sound/pci/asihpi/hpi_internal.h +++ b/sound/pci/asihpi/hpi_internal.h @@ -53,7 +53,7 @@ If handle is invalid *pPhysicalAddr is set to zero and return 1 u16 hpios_locked_mem_get_phys_addr(struct consistent_dma_area *locked_mem_handle, u32 *p_physical_addr); -/** Get the CPU address of of memory represented by LockedMemHandle. +/** Get the CPU address of memory represented by LockedMemHandle. If handle is NULL *ppvVirtualAddr is set to NULL and return 1 */ |