mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
sysfs docs: ABI: Fix typo in comment
Fix typo in the comment Signed-off-by: Slark Xiao <slark_xiao@163.com> Link: https://lore.kernel.org/r/20220721020623.20974-1-slark_xiao@163.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b6c694740e
commit
b18ee4a44e
5 changed files with 5 additions and 5 deletions
|
@ -38,7 +38,7 @@ What: /sys/module/<MODULENAME>/srcversion
|
||||||
Date: Jun 2005
|
Date: Jun 2005
|
||||||
Description:
|
Description:
|
||||||
If the module source has MODULE_VERSION, this file will contain
|
If the module source has MODULE_VERSION, this file will contain
|
||||||
the checksum of the the source code.
|
the checksum of the source code.
|
||||||
|
|
||||||
What: /sys/module/<MODULENAME>/version
|
What: /sys/module/<MODULENAME>/version
|
||||||
Date: Jun 2005
|
Date: Jun 2005
|
||||||
|
|
|
@ -78,7 +78,7 @@ What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/hca_name
|
||||||
Date: Feb 2020
|
Date: Feb 2020
|
||||||
KernelVersion: 5.7
|
KernelVersion: 5.7
|
||||||
Contact: Jack Wang <jinpu.wang@cloud.ionos.com> Danil Kipnis <danil.kipnis@cloud.ionos.com>
|
Contact: Jack Wang <jinpu.wang@cloud.ionos.com> Danil Kipnis <danil.kipnis@cloud.ionos.com>
|
||||||
Description: RO, Contains the the name of HCA the connection established on.
|
Description: RO, Contains the name of HCA the connection established on.
|
||||||
|
|
||||||
What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/hca_port
|
What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/hca_port
|
||||||
Date: Feb 2020
|
Date: Feb 2020
|
||||||
|
|
|
@ -24,7 +24,7 @@ What: /sys/class/rtrs-server/<session-name>/paths/<src@dst>/hca_name
|
||||||
Date: Feb 2020
|
Date: Feb 2020
|
||||||
KernelVersion: 5.7
|
KernelVersion: 5.7
|
||||||
Contact: Jack Wang <jinpu.wang@cloud.ionos.com> Danil Kipnis <danil.kipnis@cloud.ionos.com>
|
Contact: Jack Wang <jinpu.wang@cloud.ionos.com> Danil Kipnis <danil.kipnis@cloud.ionos.com>
|
||||||
Description: RO, Contains the the name of HCA the connection established on.
|
Description: RO, Contains the name of HCA the connection established on.
|
||||||
|
|
||||||
What: /sys/class/rtrs-server/<session-name>/paths/<src@dst>/hca_port
|
What: /sys/class/rtrs-server/<session-name>/paths/<src@dst>/hca_port
|
||||||
Date: Feb 2020
|
Date: Feb 2020
|
||||||
|
|
|
@ -74,7 +74,7 @@ Description:
|
||||||
|
|
||||||
Reads also cause the AC alarm timer status to be reset.
|
Reads also cause the AC alarm timer status to be reset.
|
||||||
|
|
||||||
Another way to reset the the status of the AC alarm timer is to
|
Another way to reset the status of the AC alarm timer is to
|
||||||
write (the number) 0 to this file.
|
write (the number) 0 to this file.
|
||||||
|
|
||||||
If the status return value indicates that the timer has expired,
|
If the status return value indicates that the timer has expired,
|
||||||
|
|
|
@ -303,5 +303,5 @@ Date: Apr 2010
|
||||||
Contact: Dominik Brodowski <linux@dominikbrodowski.net>
|
Contact: Dominik Brodowski <linux@dominikbrodowski.net>
|
||||||
Description:
|
Description:
|
||||||
Reports the runtime PM children usage count of a device, or
|
Reports the runtime PM children usage count of a device, or
|
||||||
0 if the the children will be ignored.
|
0 if the children will be ignored.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue