aboutsummaryrefslogtreecommitdiff
path: root/Documentation/core-api/assoc_array.rst
AgeCommit message (Collapse)AuthorFilesLines
2018-11-20Documentation: Use "while" instead of "whilst"Will Deacon1-3/+3
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 <[email protected]> Cc: Liam Girdwood <[email protected]> Cc: Chris Wilson <[email protected]> Cc: Michael Halcrow <[email protected]> Cc: Jonathan Corbet <[email protected]> Reported-by: Linus Torvalds <[email protected]> Signed-off-by: Will Deacon <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
2017-05-18core-api: remove an unexpected unidentMarkus Heiser1-1/+4
As complained by Sphinx: Documentation/core-api/assoc_array.rst:13: WARNING: Enumerated list ends without a blank line; unexpected unindent. This was already addressed, but not really fixed in 2ba90ccca7. Signed-off-by: Markus Heiser <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
2016-12-01core-api: remove an unexpected unidentMauro Carvalho Chehab1-1/+1
As complained by Sphinx: Documentation/core-api/assoc_array.rst:13: WARNING: Enumerated list ends without a blank line; unexpected unindent. Signed-off-by: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
2016-11-30Documentation/assoc_array.txt: convert to ReST markupSilvio Fricke1-0/+551
... and move to Documentation/core-api folder. Signed-off-by: Silvio Fricke <[email protected]> Reviewed-by: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>