Message ID | 20201020052905.89267-8-hiroh@chromium.org |
---|---|
State | Accepted |
Headers | show |
Series |
|
Related | show |
Hi Hiro-san, Thank you for the patch. On Tue, Oct 20, 2020 at 02:29:04PM +0900, Hirokazu Honda wrote: We try to include a commit message for every patch, even when they're simple. No big deal here, there's no need to resubmit just for this, but it's good to keep it in mind for future series. > Signed-off-by: Hirokazu Honda <hiroh@chromium.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > --- > src/ipa/raspberrypi/raspberrypi.cpp | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/ipa/raspberrypi/raspberrypi.cpp b/src/ipa/raspberrypi/raspberrypi.cpp > index 48a72dd..1c255aa 100644 > --- a/src/ipa/raspberrypi/raspberrypi.cpp > +++ b/src/ipa/raspberrypi/raspberrypi.cpp > @@ -1150,6 +1150,6 @@ struct ipa_context *ipaCreate() > return new IPAInterfaceWrapper(std::make_unique<IPARPi>()); > } > > -}; /* extern "C" */ > +} /* extern "C" */ > > } /* namespace libcamera */
diff --git a/src/ipa/raspberrypi/raspberrypi.cpp b/src/ipa/raspberrypi/raspberrypi.cpp index 48a72dd..1c255aa 100644 --- a/src/ipa/raspberrypi/raspberrypi.cpp +++ b/src/ipa/raspberrypi/raspberrypi.cpp @@ -1150,6 +1150,6 @@ struct ipa_context *ipaCreate() return new IPAInterfaceWrapper(std::make_unique<IPARPi>()); } -}; /* extern "C" */ +} /* extern "C" */ } /* namespace libcamera */
Signed-off-by: Hirokazu Honda <hiroh@chromium.org> --- src/ipa/raspberrypi/raspberrypi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)