git: e61892af6fa4 - stable/13 - ciss(4): Fix typo.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Oct 2021 15:12:48 UTC
The branch stable/13 has been updated by mav:
URL: https://cgit.FreeBSD.org/src/commit/?id=e61892af6fa41b01941234ec1c45cbb91402d9eb
commit e61892af6fa41b01941234ec1c45cbb91402d9eb
Author: Alexander Motin <mav@FreeBSD.org>
AuthorDate: 2021-09-19 18:01:40 +0000
Commit: Alexander Motin <mav@FreeBSD.org>
CommitDate: 2021-10-19 15:12:33 +0000
ciss(4): Fix typo.
(cherry picked from commit 5f8cb13cfb0c91a4ec1a9648a3ae245b1dff36f6)
---
sys/dev/ciss/ciss.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/dev/ciss/ciss.c b/sys/dev/ciss/ciss.c
index 36d1225fbe4a..d87f32610b20 100644
--- a/sys/dev/ciss/ciss.c
+++ b/sys/dev/ciss/ciss.c
@@ -1283,7 +1283,7 @@ ciss_identify_adapter(struct ciss_softc *sc)
"\20\1ultra2\2ultra3\10fibre1\11fibre2\n");
ciss_printf(sc, " server name '%.16s'\n", sc->ciss_cfg->server_name);
ciss_printf(sc, " heartbeat 0x%x\n", sc->ciss_cfg->heartbeat);
- ciss_printf(sc, " max logical logical volumes: %d\n", sc->ciss_cfg->max_logical_supported);
+ ciss_printf(sc, " max logical volumes: %d\n", sc->ciss_cfg->max_logical_supported);
ciss_printf(sc, " max physical disks supported: %d\n", sc->ciss_cfg->max_physical_supported);
ciss_printf(sc, " max physical disks per logical volume: %d\n", sc->ciss_cfg->max_physical_per_logical);
ciss_printf(sc, " JBOD Support is %s\n", (sc->ciss_id->uiYetMoreControllerFlags & YMORE_CONTROLLER_FLAGS_JBOD_SUPPORTED) ?