[PATCH] include/drm/drm_mm.h: fix spelling of "suitability"

From: Bharadwaj Raju
Date: Mon Feb 03 2025 - 16:44:35 EST


Fix spelling, "suitablity" -> "suitability"

Signed-off-by: Bharadwaj Raju <bharadwaj.raju777@xxxxxxxxx>
---
include/drm/drm_mm.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/drm/drm_mm.h b/include/drm/drm_mm.h
index f654874c4ce6..1f99e69d2300 100644
--- a/include/drm/drm_mm.h
+++ b/include/drm/drm_mm.h
@@ -115,7 +115,7 @@ enum drm_mm_insert_mode {
/**
* @DRM_MM_INSERT_ONCE:
*
- * Only check the first hole for suitablity and report -ENOSPC
+ * Only check the first hole for suitability and report -ENOSPC
* immediately otherwise, rather than check every hole until a
* suitable one is found. Can only be used in conjunction with another
* search method such as DRM_MM_INSERT_HIGH or DRM_MM_INSERT_LOW.
--
2.47.1