[libcamera-devel,v2,0/6] Random documentation fixes
mbox series

Message ID 20200605082618.3793785-1-marvin.schmidt1987@gmail.com
Headers show
Series
  • Random documentation fixes
Related show

Message

Marvin Schmidt June 5, 2020, 8:26 a.m. UTC
Just a couple of fixes for minor documentation problems I stumpled upon while
getting familiar with tne codebase.

Changes since v1:
  - signed off my patches
  - added R-b tags from Kieran and Laurent

Marvin Schmidt (6):
  docs: Remove stray HTML tags
  docs: Remove trailing whitespace
  docs: coding-style: Change full stop to colon
  docs: Markup LD_PRELOAD as code
  libcamera: ipa_module: Fix typo in function description
  libcamera: camera: Order parameter documentation correctly

 Documentation/coding-style.rst |  2 +-
 Documentation/docs.rst         | 10 +++++-----
 src/libcamera/camera.cpp       |  2 +-
 src/libcamera/ipa_module.cpp   |  2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

Comments

Kieran Bingham June 5, 2020, 8:34 a.m. UTC | #1
Hi Marvin,

On 05/06/2020 09:26, Marvin Schmidt wrote:
> Just a couple of fixes for minor documentation problems I stumpled upon while
> getting familiar with tne codebase.
> 
> Changes since v1:
>   - signed off my patches

Aha - I hadn't even picked up/noticed :-S.
Thanks for adding that!

(Yet another thing to add to our commit checker...)

>   - added R-b tags from Kieran and Laurent

Thanks,

Pushed to master.

> 
> Marvin Schmidt (6):
>   docs: Remove stray HTML tags
>   docs: Remove trailing whitespace
>   docs: coding-style: Change full stop to colon
>   docs: Markup LD_PRELOAD as code
>   libcamera: ipa_module: Fix typo in function description
>   libcamera: camera: Order parameter documentation correctly
> 
>  Documentation/coding-style.rst |  2 +-
>  Documentation/docs.rst         | 10 +++++-----
>  src/libcamera/camera.cpp       |  2 +-
>  src/libcamera/ipa_module.cpp   |  2 +-
>  4 files changed, 8 insertions(+), 8 deletions(-)
>