* [PATCH] drbd: Fix typo in error directive
@ 2025-02-10 11:13 ` Andrew Kreimer
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Kreimer @ 2025-02-10 11:13 UTC (permalink / raw)
To: Philipp Reisner, Lars Ellenberg, Christoph Böhmwalder,
Jens Axboe
Cc: drbd-dev, linux-block, linux-kernel, kernel-janitors,
Andrew Kreimer
There is a typo in error directive:
- endianess -> endianness
Fix it via codespell.
Signed-off-by: Andrew Kreimer <algonell@gmail.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
^ permalink raw reply related [flat|nested] 2+ messages in thread* [PATCH] drbd: Fix typo in error directive
@ 2025-02-10 11:13 ` Andrew Kreimer
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Kreimer @ 2025-02-10 11:13 UTC (permalink / raw)
To: Philipp Reisner, Lars Ellenberg, Christoph Böhmwalder,
Jens Axboe
Cc: linux-block, Andrew Kreimer, kernel-janitors, linux-kernel,
drbd-dev
There is a typo in error directive:
- endianess -> endianness
Fix it via codespell.
Signed-off-by: Andrew Kreimer <algonell@gmail.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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-10 11:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-10 11:13 [PATCH] drbd: Fix typo in error directive Andrew Kreimer
2025-02-10 11:13 ` Andrew Kreimer
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.