aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2021-09-19 18:01:40 +0000
committerAlexander Motin <mav@FreeBSD.org>2021-10-19 15:13:31 +0000
commit1a34fe4c87b0707600a3c2232f767c02b2fad56a (patch)
treee355cf85c0ea3cd13fed18107f7e423cd40c7321
parent9abf1f741d541a4a1ab684cc417cc6660b0cba1a (diff)
downloadsrc-1a34fe4c87b0707600a3c2232f767c02b2fad56a.tar.gz
src-1a34fe4c87b0707600a3c2232f767c02b2fad56a.zip
ciss(4): Fix typo.
(cherry picked from commit 5f8cb13cfb0c91a4ec1a9648a3ae245b1dff36f6)
-rw-r--r--sys/dev/ciss/ciss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ciss/ciss.c b/sys/dev/ciss/ciss.c
index 34d3aeb6dae8..d20599ed7ecd 100644
--- a/sys/dev/ciss/ciss.c
+++ b/sys/dev/ciss/ciss.c
@@ -1284,7 +1284,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) ?