[PATCH] scsi: libsas: Fix interval notation

From: Manuel Ebner

Date: Wed Sep 16 2026 - 08:44:59 EST


Remove needless ']' from interval boundary.

Signed-off-by: Manuel Ebner <manuelebnerli@xxxxxxxxxxx>
---
Documentation/scsi/libsas.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/scsi/libsas.rst b/Documentation/scsi/libsas.rst
index 305a253d5..9ebf2bf28 100644
--- a/Documentation/scsi/libsas.rst
+++ b/Documentation/scsi/libsas.rst
@@ -75,7 +75,7 @@ enabled
- must be set (0/1)

id
- - must be set [0,MAX_PHYS)]
+ - must be set [0,MAX_PHYS)

class, proto, type, role, oob_mode, linkrate
- must be set
--
2.55.0