mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH][next] bcachefs: Fix spelling mistake "strcuct" -> "struct"
@ 2023-10-19  7:54 Colin Ian King
  0 siblings, 0 replies; only message in thread
From: Colin Ian King @ 2023-10-19  7:54 UTC (permalink / raw)
  To: Kent Overstreet, Brian Foster, linux-bcachefs
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake in an unsafe_memcpy message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 fs/bcachefs/buckets.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/bcachefs/buckets.c b/fs/bcachefs/buckets.c
index a1a4b5feadaa..9e93de2670d5 100644
--- a/fs/bcachefs/buckets.c
+++ b/fs/bcachefs/buckets.c
@@ -475,7 +475,7 @@ static inline int update_replicas_list(struct btree_trans *trans,
 	n->delta = sectors;
 	unsafe_memcpy((void *) n + offsetof(struct replicas_delta, r),
 		      r, replicas_entry_bytes(r),
-		      "flexible array member embedded in strcuct with padding");
+		      "flexible array member embedded in struct with padding");
 	bch2_replicas_entry_sort(&n->r);
 	d->used += b;
 	return 0;
-- 
2.39.2


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-10-19  7:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-19  7:54 [PATCH][next] bcachefs: Fix spelling mistake "strcuct" -> "struct" Colin Ian King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®