diff options
author | Paul Menzel <pmenzel@molgen.mpg.de> | 2019-12-09 16:06:53 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-01-17 19:48:27 +0100 |
commit | a93056ceb53217ebb52791cdb07dfb414d5ce076 (patch) | |
tree | d78e80e40e02646a095f9ac345018372d1a8dc67 /Documentation/scsi | |
parent | 4cd3fe5f155d705be16f850dc26ff8abc042467f (diff) | |
download | linux-stable-a93056ceb53217ebb52791cdb07dfb414d5ce076.tar.gz linux-stable-a93056ceb53217ebb52791cdb07dfb414d5ce076.tar.bz2 linux-stable-a93056ceb53217ebb52791cdb07dfb414d5ce076.zip |
scsi: smartpqi: Update attribute name to `driver_version`
commit a2bdd0c904da12b223c8d7218e98138d4e6d9f4f upstream.
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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 |