Message ID | 20200604134300.2986113-1-marvin.schmidt1987@gmail.com |
---|---|
Headers | show |
Series |
|
Related | show |
Hi Marvin, Thank you for the patches. On Thu, Jun 04, 2020 at 03:42:54PM +0200, Marvin Schmidt wrote: > Just a couple of fixes for minor documentation problems I stumpled upon while > getting familiar with tne codebase. > > 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 For the whole series, Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > 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(-) >
Am Fr., 5. Juni 2020 um 08:51 Uhr schrieb Laurent Pinchart <laurent.pinchart@ideasonboard.com>: > > Hi Marvin, > > Thank you for the patches. > > On Thu, Jun 04, 2020 at 03:42:54PM +0200, Marvin Schmidt wrote: > > Just a couple of fixes for minor documentation problems I stumpled upon while > > getting familiar with tne codebase. > > > > 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 > > For the whole series, > > Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > Hey Laurent, thanks for reviewing, I'll send v2 with your and Kieran's R-b tags. > > 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(-) > > > > -- > Regards, > > Laurent Pinchart