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

Bharadwaj Raju posted 1 patch 1 year ago
include/drm/drm_mm.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] include/drm/drm_mm.h: fix spelling of "suitability"
Posted by Bharadwaj Raju 1 year ago
Fix spelling, "suitablity" -> "suitability"

Signed-off-by: Bharadwaj Raju <bharadwaj.raju777@gmail.com>
---
 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