[libcamera-devel] [PATCH v2] ipa/pipeline: rkisp1: Fix spelling

Kieran Bingham kieran.bingham at ideasonboard.com
Wed Jul 1 18:11:18 CEST 2020


On 01/07/2020 17:07, Kieran Bingham wrote:
> From: Andrej Shadura <andrewsh at debian.org>
> 
> Fix a typo in the word "unknown".
> 
> Signed-off-by: Andrej Shadura <andrewsh at debian.org>
> Reviewed-by: Kieran Bingham <kieran.bingham at ideasonboard.com>
> Signed-off-by: Kieran Bingham <kieran.bingham at ideasonboard.com>
> ---
>  src/ipa/rkisp1/rkisp1.cpp                | 2 +-
>  src/libcamera/pipeline/rkisp1/rkisp1.cpp | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> v2:
>  - Reauthored under Andrej Shadura.
>  - Prefixed $SUBJECT with ipa/pipeline:
> 
> I'll push tomorrow if no objections.

and I'll add:

Suggested-by: IOhannes m zmölnig <umlaeute at debian.org>

Which at least keeps the original attribution, even if this is only small.


> diff --git a/src/ipa/rkisp1/rkisp1.cpp b/src/ipa/rkisp1/rkisp1.cpp
> index fbdc908fc816..bfd76cff75a4 100644
> --- a/src/ipa/rkisp1/rkisp1.cpp
> +++ b/src/ipa/rkisp1/rkisp1.cpp
> @@ -176,7 +176,7 @@ void IPARkISP1::processEvent(const IPAOperationData &event)
>  		break;
>  	}
>  	default:
> -		LOG(IPARkISP1, Error) << "Unkown event " << event.operation;
> +		LOG(IPARkISP1, Error) << "Unknown event " << event.operation;
>  		break;
>  	}
>  }
> diff --git a/src/libcamera/pipeline/rkisp1/rkisp1.cpp b/src/libcamera/pipeline/rkisp1/rkisp1.cpp
> index 3c01821135f8..3c3f3f3a8049 100644
> --- a/src/libcamera/pipeline/rkisp1/rkisp1.cpp
> +++ b/src/libcamera/pipeline/rkisp1/rkisp1.cpp
> @@ -429,7 +429,7 @@ void RkISP1CameraData::queueFrameAction(unsigned int frame,
>  		metadataReady(frame, action.controls[0]);
>  		break;
>  	default:
> -		LOG(RkISP1, Error) << "Unkown action " << action.operation;
> +		LOG(RkISP1, Error) << "Unknown action " << action.operation;
>  		break;
>  	}
>  }
> 

-- 
Regards
--
Kieran


More information about the libcamera-devel mailing list