git: 5f8cb13cfb0c - main - ciss(4): Fix typo.

Alexander Motin mav at FreeBSD.org
Sun Sep 19 18:08:29 UTC 2021


The branch main has been updated by mav:

URL: https://cgit.FreeBSD.org/src/commit/?id=5f8cb13cfb0c91a4ec1a9648a3ae245b1dff36f6

commit 5f8cb13cfb0c91a4ec1a9648a3ae245b1dff36f6
Author:     Alexander Motin <mav at FreeBSD.org>
AuthorDate: 2021-09-19 18:01:40 +0000
Commit:     Alexander Motin <mav at FreeBSD.org>
CommitDate: 2021-09-19 18:08:22 +0000

    ciss(4): Fix typo.
---
 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) ?


More information about the dev-commits-src-main mailing list