From: Markus Elfring <[email protected]>
Date: Sat, 11 Nov 2017 18:48:41 +0100

Add a missing character in these descriptions.

Signed-off-by: Markus Elfring <[email protected]>
---
 sound/mips/hal2.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/mips/hal2.c b/sound/mips/hal2.c
index 675c3aba794e..4fa5f161ef2d 100644
--- a/sound/mips/hal2.c
+++ b/sound/mips/hal2.c
@@ -388,7 +388,7 @@ static void hal2_setup_dac(struct snd_hal2 *hal2)
        hal2_i_clearbit16(hal2, H2I_DMA_PORT_EN, H2I_DMA_PORT_EN_CODECTX);
        /* Setup the HAL2 for playback */
        hal2_set_dac_rate(hal2);
-       /* Set endianess */
+       /* Set endianness */
        hal2_i_clearbit16(hal2, H2I_DMA_END, H2I_DMA_END_CODECTX);
        /* Set DMA bus */
        hal2_i_setbit16(hal2, H2I_DMA_DRV, (1 << pbus->pbusnr));
@@ -413,7 +413,7 @@ static void hal2_setup_adc(struct snd_hal2 *hal2)
        hal2_i_clearbit16(hal2, H2I_DMA_PORT_EN, H2I_DMA_PORT_EN_CODECR);
        /* Setup the HAL2 for record */
        hal2_set_adc_rate(hal2);
-       /* Set endianess */
+       /* Set endianness */
        hal2_i_clearbit16(hal2, H2I_DMA_END, H2I_DMA_END_CODECR);
        /* Set DMA bus */
        hal2_i_setbit16(hal2, H2I_DMA_DRV, (1 << pbus->pbusnr));
-- 
2.15.0

Reply via email to