[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250210111324.29407-1-algonell@gmail.com>
Date: Mon, 10 Feb 2025 13:13:05 +0200
From: Andrew Kreimer <algonell@...il.com>
To: Philipp Reisner <philipp.reisner@...bit.com>,
Lars Ellenberg <lars.ellenberg@...bit.com>,
Christoph Böhmwalder <christoph.boehmwalder@...bit.com>,
Jens Axboe <axboe@...nel.dk>
Cc: drbd-dev@...ts.linbit.com,
linux-block@...r.kernel.org,
linux-kernel@...r.kernel.org,
kernel-janitors@...r.kernel.org,
Andrew Kreimer <algonell@...il.com>
Subject: [PATCH] drbd: Fix typo in error directive
There is a typo in error directive:
- endianess -> endianness
Fix it via codespell.
Signed-off-by: Andrew Kreimer <algonell@...il.com>
---
drivers/block/drbd/drbd_state.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/block/drbd/drbd_state.h b/drivers/block/drbd/drbd_state.h
index cbaeb8018dbf..89d7c828eb59 100644
--- a/drivers/block/drbd/drbd_state.h
+++ b/drivers/block/drbd/drbd_state.h
@@ -106,7 +106,7 @@ union drbd_dev_state {
unsigned peer:2 ; /* 3/4 primary/secondary/unknown */
unsigned role:2 ; /* 3/4 primary/secondary/unknown */
#else
-# error "this endianess is not supported"
+# error "this endianness is not supported"
#endif
};
unsigned int i;
--
2.48.1.268.g9520f7d998
Powered by blists - more mailing lists