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: <20231019075455.369650-1-colin.i.king@gmail.com>
Date:   Thu, 19 Oct 2023 08:54:55 +0100
From:   Colin Ian King <colin.i.king@...il.com>
To:     Kent Overstreet <kent.overstreet@...ux.dev>,
        Brian Foster <bfoster@...hat.com>,
        linux-bcachefs@...r.kernel.org
Cc:     kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH][next] bcachefs: Fix spelling mistake "strcuct" -> "struct"

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

Signed-off-by: Colin Ian King <colin.i.king@...il.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ