Message ID | 20240419063759.120905-1-umang.jain@ideasonboard.com |
---|---|
State | Accepted |
Commit | ae0752ba049bfa971e3f2ddba45fe7880b6e0191 |
Headers | show |
Series |
|
Related | show |
On Fri, Apr 19, 2024 at 12:07:59PM +0530, Umang Jain wrote: > 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> > --- > src/libcamera/device_enumerator.cpp | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/libcamera/device_enumerator.cpp b/src/libcamera/device_enumerator.cpp > index 42b5ba6c..fbbf0559 100644 > --- a/src/libcamera/device_enumerator.cpp > +++ b/src/libcamera/device_enumerator.cpp > @@ -56,7 +56,7 @@ LOG_DEFINE_CATEGORY(DeviceEnumerator) > * names can be added as match criteria. > * > * 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 > * different graphs, for instance as a result of different driver versions or > * hardware configurations, and not all those graphs are suitable for a pipeline
Quoting Laurent Pinchart (2024-04-19 09:29:55) > On Fri, Apr 19, 2024 at 12:07:59PM +0530, Umang Jain wrote: > > 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> > > > --- > > src/libcamera/device_enumerator.cpp | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/src/libcamera/device_enumerator.cpp b/src/libcamera/device_enumerator.cpp > > index 42b5ba6c..fbbf0559 100644 > > --- a/src/libcamera/device_enumerator.cpp > > +++ b/src/libcamera/device_enumerator.cpp > > @@ -56,7 +56,7 @@ LOG_DEFINE_CATEGORY(DeviceEnumerator) > > * names can be added as match criteria. > > * > > * 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 > > * different graphs, for instance as a result of different driver versions or > > * hardware configurations, and not all those graphs are suitable for a pipeline > > -- > Regards, > > Laurent Pinchart
diff --git a/src/libcamera/device_enumerator.cpp b/src/libcamera/device_enumerator.cpp index 42b5ba6c..fbbf0559 100644 --- a/src/libcamera/device_enumerator.cpp +++ b/src/libcamera/device_enumerator.cpp @@ -56,7 +56,7 @@ LOG_DEFINE_CATEGORY(DeviceEnumerator) * names can be added as match criteria. * * 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 * different graphs, for instance as a result of different driver versions or * hardware configurations, and not all those graphs are suitable for a pipeline
In the description of DeviceMatch, the word 'appropriate' is spelled incorrectly as 'appropriare'. Fix it. Signed-off-by: Umang Jain <umang.jain@ideasonboard.com> --- src/libcamera/device_enumerator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)