lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250203214351.1049358-1-bharadwaj.raju777@gmail.com>
Date: Tue,  4 Feb 2025 03:13:32 +0530
From: Bharadwaj Raju <bharadwaj.raju777@...il.com>
To: linux-kernel-mentees@...r.kernel.org,
	skhan@...uxfoundation.org,
	linux-kernel@...r.kernel.org,
	maarten.lankhorst@...ux.intel.com
Cc: Bharadwaj Raju <bharadwaj.raju777@...il.com>
Subject: [PATCH] include/drm/drm_mm.h: fix spelling of "suitability"

Fix spelling, "suitablity" -> "suitability"

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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ