On 7/1/26 19:19, Luca Ceresoli wrote:
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]>
Reviewed-by: Louis Chauvet <[email protected]>
---
drivers/gpu/drm/bridge/samsung-dsim.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/bridge/samsung-dsim.c
b/drivers/gpu/drm/bridge/samsung-dsim.c
index 5788066d479e..25ab475309e8 100644
--- a/drivers/gpu/drm/bridge/samsung-dsim.c
+++ b/drivers/gpu/drm/bridge/samsung-dsim.c
@@ -1919,7 +1919,7 @@ static int samsung_dsim_host_attach(struct mipi_dsi_host
*host,
/*
* 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))