diff options
author | Paul Menzel | 2019-12-09 16:06:53 +0100 |
---|---|---|
committer | Martin K. Petersen | 2019-12-09 19:17:36 -0500 |
commit | a2bdd0c904da12b223c8d7218e98138d4e6d9f4f (patch) | |
tree | f779c072b5df0a86c31987f7017865b57f7549e0 /Documentation/scsi | |
parent | f70267f379b5e5e11bdc5d72a56bf17e5feed01f (diff) |
scsi: smartpqi: Update attribute name to `driver_version`
The file name in the documentation is currently incorrect, so fix it.
Link: https://lore.kernel.org/r/fe264d62-0371-ea59-b66a-6d855290ce65@molgen.mpg.de
Fixes: 6d90615f1346 ("scsi: smartpqi: add sysfs entries")
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'Documentation/scsi')
-rw-r--r-- | Documentation/scsi/smartpqi.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/scsi/smartpqi.txt b/Documentation/scsi/smartpqi.txt index 201f80c7c050..df129f55ace5 100644 --- a/Documentation/scsi/smartpqi.txt +++ b/Documentation/scsi/smartpqi.txt @@ -29,7 +29,7 @@ smartpqi specific entries in /sys smartpqi host attributes: ------------------------- /sys/class/scsi_host/host*/rescan - /sys/class/scsi_host/host*/version + /sys/class/scsi_host/host*/driver_version The host rescan attribute is a write only attribute. Writing to this attribute will trigger the driver to scan for new, changed, or removed |