d>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-5.1.y
2019-02-08T12:58:31ZASoC: doc: Fix typos in dpcm.rst2019-02-08T12:58:31ZSylwester Nawrockis.nawrocki@samsung.com2019-02-07T17:22:56Zurn:sha1:511d53ac86746f397791e7c4bd47993244fc7420
This patch fixes a few typos in the DPCM documentation.
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation: Use "while" instead of "whilst"2018-11-20T16:30:43ZWill Deaconwill.deacon@arm.com2018-11-19T11:02:45Zurn:sha1:806654a9667c6f60a65f1a4a4406082b5de51233
Whilst making an unrelated change to some Documentation, Linus sayeth:
| Afaik, even in Britain, "whilst" is unusual and considered more
| formal, and "while" is the common word.
|
| [...]
|
| Can we just admit that we work with computers, and we don't need to
| use þe eald Englisc spelling of words that most of the world never
| uses?
dictionary.com refers to the word as "Chiefly British", which is
probably an undesirable attribute for technical documentation.
Replace all occurrences under Documentation/ with "while".
Cc: David Howells <dhowells@redhat.com>
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Michael Halcrow <mhalcrow@google.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
ASoC: doc: Replace open code with params_set_format()2018-07-26T16:09:05ZTakashi Iwaitiwai@suse.de2018-07-25T21:17:18Zurn:sha1:533a9274850b041b32fbe6d1df58a5c5b0b9e652
The example code in dpcm.rst contains an open code calling
snd_mask_set(), and this can be better represented with
params_set_format() instead. This automatically fixes the sparse
warning about snd_pcm_format_t handling, too.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
ASoC: doc: ReSTize DPCM.txt2016-11-11T16:34:22ZTakashi Iwaitiwai@suse.de2016-11-10T21:29:49Zurn:sha1:40433cd34e280bd1a56f54a3898e86863814c824
A simple conversion from a plain text file.
The file name was renamed to lower letters to align with others.
Acked-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>