Message ID | 20210614095340.3051816-1-naush@raspberrypi.com |
---|---|
Headers | show |
Series |
|
Related | show |
Hi Naush Yep, not much to complain about here!! On Mon, 14 Jun 2021 at 10:53, Naushir Patuck <naush@raspberrypi.com> wrote: > > The file implements the MdParserSmia class, so change the file name to reflect > this. > > Signed-off-by: Naushir Patuck <naush@raspberrypi.com> Reviewed-by: David Plowman <david.plowman@raspberrypi.com> Thanks David > --- > src/ipa/raspberrypi/{md_parser.cpp => md_parser_smia.cpp} | 0 > src/ipa/raspberrypi/meson.build | 2 +- > 2 files changed, 1 insertion(+), 1 deletion(-) > rename src/ipa/raspberrypi/{md_parser.cpp => md_parser_smia.cpp} (100%) > > diff --git a/src/ipa/raspberrypi/md_parser.cpp b/src/ipa/raspberrypi/md_parser_smia.cpp > similarity index 100% > rename from src/ipa/raspberrypi/md_parser.cpp > rename to src/ipa/raspberrypi/md_parser_smia.cpp > diff --git a/src/ipa/raspberrypi/meson.build b/src/ipa/raspberrypi/meson.build > index d1397a3211f0..230356d3ce3a 100644 > --- a/src/ipa/raspberrypi/meson.build > +++ b/src/ipa/raspberrypi/meson.build > @@ -16,7 +16,7 @@ rpi_ipa_includes = [ > > rpi_ipa_sources = files([ > 'raspberrypi.cpp', > - 'md_parser.cpp', > + 'md_parser_smia.cpp', > 'cam_helper.cpp', > 'cam_helper_ov5647.cpp', > 'cam_helper_imx219.cpp', > -- > 2.25.1 >
Hi Naush, Thank you for the patch. On Mon, Jun 14, 2021 at 10:53:37AM +0100, Naushir Patuck wrote: > The file implements the MdParserSmia class, so change the file name to reflect > this. > > Signed-off-by: Naushir Patuck <naush@raspberrypi.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > --- > src/ipa/raspberrypi/{md_parser.cpp => md_parser_smia.cpp} | 0 > src/ipa/raspberrypi/meson.build | 2 +- > 2 files changed, 1 insertion(+), 1 deletion(-) > rename src/ipa/raspberrypi/{md_parser.cpp => md_parser_smia.cpp} (100%) > > diff --git a/src/ipa/raspberrypi/md_parser.cpp b/src/ipa/raspberrypi/md_parser_smia.cpp > similarity index 100% > rename from src/ipa/raspberrypi/md_parser.cpp > rename to src/ipa/raspberrypi/md_parser_smia.cpp > diff --git a/src/ipa/raspberrypi/meson.build b/src/ipa/raspberrypi/meson.build > index d1397a3211f0..230356d3ce3a 100644 > --- a/src/ipa/raspberrypi/meson.build > +++ b/src/ipa/raspberrypi/meson.build > @@ -16,7 +16,7 @@ rpi_ipa_includes = [ > > rpi_ipa_sources = files([ > 'raspberrypi.cpp', > - 'md_parser.cpp', > + 'md_parser_smia.cpp', > 'cam_helper.cpp', > 'cam_helper_ov5647.cpp', > 'cam_helper_imx219.cpp',