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>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250725041416.73567-1-ignacio.pena87@gmail.com>
Date: Fri, 25 Jul 2025 00:14:16 -0400
From: Ignacio Peña <ignacio.pena87@...il.com>
To: Jens Axboe <axboe@...nel.dk>
Cc: linux-block@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	Ignacio Pena <ignacio.pena87@...il.com>
Subject: [PATCH] block: Fix typo 'programm' -> 'program'

Fix spelling mistake.

No functional change.

Signed-off-by: Ignacio Pena <ignacio.pena87@...il.com>
---
 block/blk-crypto-profile.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/block/blk-crypto-profile.c b/block/blk-crypto-profile.c
index 81918f6e0..72462b6f4 100644
--- a/block/blk-crypto-profile.c
+++ b/block/blk-crypto-profile.c
@@ -237,7 +237,7 @@ EXPORT_SYMBOL_GPL(blk_crypto_keyslot_index);
  *	      will be stored here.  blk_crypto_put_keyslot() must be called
  *	      later to release it.  Otherwise, NULL will be stored here.
  *
- * If the device has keyslots, this gets a keyslot that's been programmed with
+ * If the device has keyslots, this gets a keyslot that's been programed with
  * the specified key.  If the key is already in a slot, this reuses it;
  * otherwise this waits for a slot to become idle and programs the key into it.
  *
@@ -278,7 +278,7 @@ blk_status_t blk_crypto_get_keyslot(struct blk_crypto_profile *profile,
 
 		/*
 		 * If we're here, that means there wasn't a slot that was
-		 * already programmed with the key. So try to program it.
+		 * already programed with the key. So try to program it.
 		 */
 		if (!list_empty(&profile->idle_slots))
 			break;
@@ -412,7 +412,7 @@ int __blk_crypto_evict_key(struct blk_crypto_profile *profile,
  * blk_crypto_reprogram_all_keys() - Re-program all keyslots.
  * @profile: The crypto profile
  *
- * Re-program all keyslots that are supposed to have a key programmed.  This is
+ * Re-program all keyslots that are supposed to have a key programed.  This is
  * intended only for use by drivers for hardware that loses its keys on reset.
  *
  * Context: Process context. Takes and releases profile->lock.
-- 
2.50.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ