[libcamera-devel] [PATCH 7/8] ipa: Omit extra semicolon
Laurent Pinchart
laurent.pinchart at ideasonboard.com
Tue Oct 20 09:45:47 CEST 2020
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 at chromium.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart at 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 */
--
Regards,
Laurent Pinchart
More information about the libcamera-devel
mailing list