On 7/1/26 19:19, Luca Ceresoli wrote:
Fix a comment according to English grammar.
Signed-off-by: Luca Ceresoli <[email protected]>
Reviewed-by: Louis Chauvet <[email protected]>
---
drivers/gpu/drm/drm_bridge.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/drm_bridge.c b/drivers/gpu/drm/drm_bridge.c
index 6ead9b75ae3d..38afa3bc2b7c 100644
--- a/drivers/gpu/drm/drm_bridge.c
+++ b/drivers/gpu/drm/drm_bridge.c
@@ -1717,7 +1717,7 @@ struct drm_bridge *of_drm_get_bridge_by_endpoint(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 is present in the
+ * so at first we silently check whether a graph is present in the
* device-tree node.
*/
if (!of_graph_is_present(np))