[libcamera-devel,7/8] ipa: Omit extra semicolon
diff mbox series

Message ID 20201020052905.89267-8-hiroh@chromium.org
State Accepted
Headers show
Series
  • [libcamera-devel,1/8] test: Omit extra semicolons
Related show

Commit Message

Hirokazu Honda Oct. 20, 2020, 5:29 a.m. UTC
Signed-off-by: Hirokazu Honda <hiroh@chromium.org>
---
 src/ipa/raspberrypi/raspberrypi.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Laurent Pinchart Oct. 20, 2020, 7:45 a.m. UTC | #1
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 */

Patch
diff mbox series

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 */