From 8fa4a79138351dc4d584fb2529a14ef182c17146 Mon Sep 17 00:00:00 2001 From: Eliot Blennerhassett Date: Fri, 22 Jul 2011 15:52:50 +1200 Subject: [PATCH] --- yaml --- r: 257636 b: refs/heads/master c: 938c565a821706177d810dc08f9e1506d7429760 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/pci/asihpi/hpi_internal.h | 2 +- trunk/sound/pci/asihpi/hpicmn.c | 2 +- trunk/sound/pci/asihpi/hpimsgx.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index d4e1d337bb79..b604ac3a4a0e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4bf8cff05a4461d24b36d9942a077504a3461732 +refs/heads/master: 938c565a821706177d810dc08f9e1506d7429760 diff --git a/trunk/sound/pci/asihpi/hpi_internal.h b/trunk/sound/pci/asihpi/hpi_internal.h index 332fb59ac789..93d2908d957a 100644 --- a/trunk/sound/pci/asihpi/hpi_internal.h +++ b/trunk/sound/pci/asihpi/hpi_internal.h @@ -602,7 +602,7 @@ struct hpi_data_compat32 { #endif struct hpi_buffer { - /** placehoder for backward compatibility (see dwBufferSize) */ + /** placeholder for backward compatibility (see dwBufferSize) */ struct hpi_msg_format reserved; u32 command; /**< HPI_BUFFER_CMD_xxx*/ u32 pci_address; /**< PCI physical address of buffer for DSP DMA */ diff --git a/trunk/sound/pci/asihpi/hpicmn.c b/trunk/sound/pci/asihpi/hpicmn.c index fe2e1ae3853d..808f18447fa9 100644 --- a/trunk/sound/pci/asihpi/hpicmn.c +++ b/trunk/sound/pci/asihpi/hpicmn.c @@ -57,7 +57,7 @@ u16 hpi_validate_response(struct hpi_message *phm, struct hpi_response *phr) } if (phr->function != phm->function) { - HPI_DEBUG_LOG(ERROR, "header type %d invalid\n", + HPI_DEBUG_LOG(ERROR, "header function %d invalid\n", phr->function); return HPI_ERROR_INVALID_RESPONSE; } diff --git a/trunk/sound/pci/asihpi/hpimsgx.c b/trunk/sound/pci/asihpi/hpimsgx.c index 83b7e7337933..2e779421a618 100644 --- a/trunk/sound/pci/asihpi/hpimsgx.c +++ b/trunk/sound/pci/asihpi/hpimsgx.c @@ -16,7 +16,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -Extended Message Function With Response Cacheing +Extended Message Function With Response Caching (C) Copyright AudioScience Inc. 2002 *****************************************************************************/