Documentation: infiniband: move sysfs interface to ABI
From: Aishwarya Pant
Date: Mon Jan 08 2018 - 03:53:55 EST
Hi
In Documentation/infiniband/sysfs.txt, there is a description of the infiniband
sysfs interface and there also exists
Documentation/ABI/testing/sysfs-class-infiniband which is out of date.
Would it be useful to move out the interface completely from
Documentation/infiniband/sysfs.txt to the ABI?
The ABI documentation format looks like the following:
What: (the full sysfs path of the attribute)
Date: (date of creation)
KernelVersion: (kernel version it first showed up in)
Contact: (primary contact)
Description: (long description on usage)
I am doing this in an exercise to move sysfs ABI interfaces (which are
documented) to their right place i.e. in Documentation/ABI along with the rest.
Aishwarya