15 Jul, 2017

1 commit

  • Each text file under Documentation follows a different
    format. Some doesn't even have titles!

    Change its representation to follow the adopted standard,
    using ReST markups for it to be parseable by Sphinx:

    - Mark titles with ReST notation;
    - comment the contents table;
    - Use :Author: tag for authorship;
    - mark literal blocks as such;
    - use valid numbered list markups;
    - Don't capitalize titles.

    Signed-off-by: Mauro Carvalho Chehab
    Signed-off-by: Jonathan Corbet

    Mauro Carvalho Chehab
     

17 Nov, 2016

1 commit

  • While the {READ,WRITE}_ONCE() macros should be used in preference to
    ACCESS_ONCE(), the circular buffer documentation uses the latter
    exclusively.

    To point people in the right direction, and as a step towards the
    eventual removal of ACCESS_ONCE(), update the documentation to use
    READ_ONCE(), as ACCESS_ONCE() is only used in a reader context in the
    circular buffer documentation.

    Signed-off-by: Mark Rutland
    Acked-by: David Howells
    Acked-by: Paul E. McKenney
    Signed-off-by: Jonathan Corbet

    Mark Rutland
     

04 Dec, 2013

2 commits


25 Mar, 2010

1 commit