libcamera: Fix typo in a function name for camera lens class
The CameraLens class implements a function named "setFocusPostion". There is a typo here, fix it. Signed-off-by: Jean-Michel Hautbois <jeanmichel.hautbois@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
@@ -24,7 +24,7 @@ public:
|
||||
~CameraLens();
|
||||
|
||||
int init();
|
||||
int setFocusPostion(int32_t position);
|
||||
int setFocusPosition(int32_t position);
|
||||
|
||||
const std::string &model() const { return model_; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user