libcamera: device_enumerator: Fix spell error
In the description of DeviceMatch, the word 'appropriate' is spelled incorrectly as 'appropriare'. Fix it. Signed-off-by: Umang Jain <umang.jain@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
7d79e9425e
commit
ae0752ba04
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ LOG_DEFINE_CATEGORY(DeviceEnumerator)
|
||||||
* names can be added as match criteria.
|
* names can be added as match criteria.
|
||||||
*
|
*
|
||||||
* Pipeline handlers are recommended to add entities to DeviceMatch as
|
* Pipeline handlers are recommended to add entities to DeviceMatch as
|
||||||
* appropriare to ensure that the media device they need can be uniquely
|
* appropriate to ensure that the media device they need can be uniquely
|
||||||
* identified. This is useful when the corresponding kernel driver can produce
|
* identified. This is useful when the corresponding kernel driver can produce
|
||||||
* different graphs, for instance as a result of different driver versions or
|
* different graphs, for instance as a result of different driver versions or
|
||||||
* hardware configurations, and not all those graphs are suitable for a pipeline
|
* hardware configurations, and not all those graphs are suitable for a pipeline
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue