Commit ed66bcd0 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Greg Kroah-Hartman
Browse files

ABI: fix some syntax issues at the ABI database



On those three files, the ABI representation described at
README are violated.

- at sysfs-bus-iio-proximity-as3935:
	a ':' character is missing after "What"

- at sysfs-class-devfreq:
	there's a typo at Description

- at sysfs-class-cxl, it is using the ":" character at a
	file preamble, causing it to be misinterpreted as a
	tag.

- On the other files, instead of "What", they use "Where".

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Andrew Donnellan <ajd@linux.ibm.com>  # cxl
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent dad4afe7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
Where:		/sys/fs/pstore/... (or /dev/pstore/...)
What:		/sys/fs/pstore/... (or /dev/pstore/...)
Date:		March 2011
Kernel Version: 2.6.39
Contact:	tony.luck@intel.com
+1 −1
Original line number Diff line number Diff line
Where:		/sys/bus/event_source/devices/<dev>/format
What:		/sys/bus/event_source/devices/<dev>/format
Date:		January 2012
Kernel Version: 3.3
Contact:	Jiri Olsa <jolsa@redhat.com>
+3 −3
Original line number Diff line number Diff line
Where:		/sys/bus/i2c/devices/.../heading0_input
What:		/sys/bus/i2c/devices/.../heading0_input
Date:		April 2010
Kernel Version: 2.6.36?
Contact:	alan.cox@intel.com
Description:	Reports the current heading from the compass as a floating
		point value in degrees.

Where:		/sys/bus/i2c/devices/.../power_state
What:		/sys/bus/i2c/devices/.../power_state
Date:		April 2010
Kernel Version: 2.6.36?
Contact:	alan.cox@intel.com
Description:	Sets the power state of the device. 0 sets the device into
		sleep mode, 1 wakes it up.

Where:		/sys/bus/i2c/devices/.../calibration
What:		/sys/bus/i2c/devices/.../calibration
Date:		April 2010
Kernel Version: 2.6.36?
Contact:	alan.cox@intel.com
+2 −2
Original line number Diff line number Diff line
What		/sys/bus/iio/devices/iio:deviceX/sensor_sensitivity
What:		/sys/bus/iio/devices/iio:deviceX/sensor_sensitivity
Date:		January 2017
KernelVersion:	4.11
Contact:	linux-iio@vger.kernel.org
@@ -6,7 +6,7 @@ Description:
		Show or set the gain boost of the amp, from 0-31 range.
		default 31

What		/sys/bus/iio/devices/iio:deviceX/sensor_max_range
What:		/sys/bus/iio/devices/iio:deviceX/sensor_max_range
Date:		January 2017
KernelVersion:	4.11
Contact:	linux-iio@vger.kernel.org
+2 −2
Original line number Diff line number Diff line
What		/sys/bus/iio/devices/iio:deviceX/in_proximity_input
What:		/sys/bus/iio/devices/iio:deviceX/in_proximity_input
Date:		March 2014
KernelVersion:	3.15
Contact:	Matt Ranostay <matt.ranostay@konsulko.com>
@@ -6,7 +6,7 @@ Description:
		Get the current distance in meters of storm (1km steps)
		1000-40000 = distance in meters

What		/sys/bus/iio/devices/iio:deviceX/sensor_sensitivity
What:		/sys/bus/iio/devices/iio:deviceX/sensor_sensitivity
Date:		March 2014
KernelVersion:	3.15
Contact:	Matt Ranostay <matt.ranostay@konsulko.com>
Loading