linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] block: Fix typo 'programm' -> 'program'
@ 2025-07-25  4:14 Ignacio Peña
  2025-07-25 14:57 ` Bart Van Assche
  0 siblings, 1 reply; 2+ messages in thread
From: Ignacio Peña @ 2025-07-25  4:14 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-block, linux-kernel, Ignacio Pena

Fix spelling mistake.

No functional change.

Signed-off-by: Ignacio Pena <ignacio.pena87@gmail.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] block: Fix typo 'programm' -> 'program'
  2025-07-25  4:14 [PATCH] block: Fix typo 'programm' -> 'program' Ignacio Peña
@ 2025-07-25 14:57 ` Bart Van Assche
  0 siblings, 0 replies; 2+ messages in thread
From: Bart Van Assche @ 2025-07-25 14:57 UTC (permalink / raw)
  To: Ignacio Peña, Jens Axboe; +Cc: linux-block, linux-kernel

On 7/24/25 9:14 PM, Ignacio Peña wrote:
> - * 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

My dictionary tells me that the current spelling is correct and 
preferred. See also https://www.merriam-webster.com/dictionary/program.

Bart.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-07-25 14:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-25  4:14 [PATCH] block: Fix typo 'programm' -> 'program' Ignacio Peña
2025-07-25 14:57 ` Bart Van Assche

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).