Fix a comment according to English grammar.
Link: https://lore.kernel.org/all/[email protected]/
Suggested-by: Laurent Pinchart <[email protected]>
Signed-off-by: Luca Ceresoli <[email protected]>
---
drivers/gpu/drm/drm_of.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/drm_of.c b/drivers/gpu/drm/drm_of.c
index d03ada82eac9..4fcdb6944155 100644
--- a/drivers/gpu/drm/drm_of.c
+++ b/drivers/gpu/drm/drm_of.c
@@ -253,7 +253,7 @@ int drm_of_find_panel_or_bridge(const struct device_node
*np,
/*
* of_graph_get_remote_node() produces a noisy error message if port
* node isn't found and the absence of the port is a legit case here,
- * so at first we silently check whether graph presents in the
+ * so at first we silently check whether a graph is present in the
* device-tree node.
*/
if (!of_graph_is_present(np))
--
2.54.0