From f8e4649680303ce9b7dace5ad1344fcb450013ac Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Wed, 25 May 2022 11:29:10 +0300 Subject: ipa: camera_sensor_helper: Fix equation in exponential gain documentation The exponential gain documentation is missing a '\' in the equation. Fix t. Signed-off-by: Laurent Pinchart Reviewed-by: Umang Jain Reviewed-by: Kieran Bingham --- src/ipa/libipa/camera_sensor_helper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ipa') diff --git a/src/ipa/libipa/camera_sensor_helper.cpp b/src/ipa/libipa/camera_sensor_helper.cpp index 0f156137..d94147a8 100644 --- a/src/ipa/libipa/camera_sensor_helper.cpp +++ b/src/ipa/libipa/camera_sensor_helper.cpp @@ -154,7 +154,7 @@ double CameraSensorHelper::gain(uint32_t gainCode) const * through the 'm' coefficient. * * When the gain is expressed in dB, 'a' is equal to 1 and 'm' to - * \f$log_{2}{10^{frac{1}{20}}}\f$. + * \f$log_{2}{10^{\frac{1}{20}}}\f$. */ /** -- cgit v1.2.1