diff options
author | Matthew Garrett <matthew.garrett@nebula.com> | 2013-12-18 13:50:10 +0000 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-12-19 15:03:37 +0000 |
commit | 05004cb4cd06127bb8ff70d5ab5a915103828e9d (patch) | |
tree | 1a25024d5df14810905af1946bbb684388b60d4a /sound/soc/fsl/fsl_dma.c | |
parent | 24f4bd57a7b24d10e52a3807f88adec79824e5d8 (diff) | |
download | blackbird-obmc-linux-05004cb4cd06127bb8ff70d5ab5a915103828e9d.tar.gz blackbird-obmc-linux-05004cb4cd06127bb8ff70d5ab5a915103828e9d.zip |
ASoC: fsl/mxs: Remove unnecessarily gendered language
The kernel as a number of cases of gendered language. The majority of these
refer to objects that don't have gender in English, and so I've replaced
them with "it" and "its". Some refer to people (developers or users), and
I've replaced these with the singular "they" variant. Some are simply
typos that I've fixed up.
I've left cases where gendered language was used to refer to specific
individuals, was a quote or is part of license text.
Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/fsl/fsl_dma.c')
-rw-r--r-- | sound/soc/fsl/fsl_dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/fsl_dma.c b/sound/soc/fsl/fsl_dma.c index fb9bb9eb5ca3..d570f8c81dc6 100644 --- a/sound/soc/fsl/fsl_dma.c +++ b/sound/soc/fsl/fsl_dma.c @@ -852,7 +852,7 @@ static void fsl_dma_free_dma_buffers(struct snd_pcm *pcm) } /** - * find_ssi_node -- returns the SSI node that points to his DMA channel node + * find_ssi_node -- returns the SSI node that points to its DMA channel node * * Although this DMA driver attempts to operate independently of the other * devices, it still needs to determine some information about the SSI device |