libcamera: pipeline: simple: Fix typos in match routing comment
Fix a small typo in the comment regarding the default routing table configuration. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Milan Zamazal <mzamazal@redhat.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
@@ -1616,8 +1616,8 @@ bool SimplePipelineHandler::match(DeviceEnumerator *enumerator)
|
||||
if (subdev->caps().hasStreams()) {
|
||||
/*
|
||||
* Reset the routing table to its default state
|
||||
* to make sure entities are enumerate according
|
||||
* to the defaul routing configuration.
|
||||
* to make sure entities are enumerated according
|
||||
* to the default routing configuration.
|
||||
*/
|
||||
ret = resetRoutingTable(subdev.get());
|
||||
if (ret) {
|
||||
|
||||
Reference in New Issue
Block a user