ABI: Fix KernelVersion tags
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Fri, 14 Jun 2019 17:52:16 +0000 (14:52 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 15 Jun 2019 06:12:45 +0000 (08:12 +0200)
It is "KernelVersion:" and not "Kernel Version:".

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/ABI/testing/pstore
Documentation/ABI/testing/sysfs-bus-event_source-devices-format
Documentation/ABI/testing/sysfs-bus-i2c-devices-hm6352
Documentation/ABI/testing/sysfs-bus-pci-devices-aer_stats
Documentation/ABI/testing/sysfs-bus-pci-devices-cciss
Documentation/ABI/testing/sysfs-bus-usb-devices-usbsevseg
Documentation/ABI/testing/sysfs-driver-altera-cvp
Documentation/ABI/testing/sysfs-driver-ppi
Documentation/ABI/testing/sysfs-driver-st
Documentation/ABI/testing/sysfs-driver-wacom

index 8d6e48f4e8efe7458e06f916c841516a495b22f7..d45209abdb1bd979f63f0b0b3c888038fbba2779 100644 (file)
@@ -1,6 +1,6 @@
 What:          /sys/fs/pstore/... (or /dev/pstore/...)
 Date:          March 2011
-Kernel Version: 2.6.39
+KernelVersion: 2.6.39
 Contact:       tony.luck@intel.com
 Description:   Generic interface to platform dependent persistent storage.
 
index b6f8748e020038eb5067c08685aa745de128aa19..5bb793ec926c1f6ed84acb7abc2a48e36a440c3b 100644 (file)
@@ -1,6 +1,6 @@
 What:          /sys/bus/event_source/devices/<dev>/format
 Date:          January 2012
-Kernel Version: 3.3
+KernelVersion: 3.3
 Contact:       Jiri Olsa <jolsa@redhat.com>
 Description:
                Attribute group to describe the magic bits that go into
index 29bd447e50a06e404353ac02d622219e9a5ff232..4a251b7f11e4edd1684271e4ff1e156d540e94eb 100644 (file)
@@ -1,20 +1,20 @@
 What:          /sys/bus/i2c/devices/.../heading0_input
 Date:          April 2010
-Kernel Version: 2.6.36?
+KernelVersion: 2.6.36?
 Contact:       alan.cox@intel.com
 Description:   Reports the current heading from the compass as a floating
                point value in degrees.
 
 What:          /sys/bus/i2c/devices/.../power_state
 Date:          April 2010
-Kernel Version: 2.6.36?
+KernelVersion: 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.
 
 What:          /sys/bus/i2c/devices/.../calibration
 Date:          April 2010
-Kernel Version: 2.6.36?
+KernelVersion: 2.6.36?
 Contact:       alan.cox@intel.com
 Description:   Sets the calibration on or off (1 = on, 0 = off). See the
                chip data sheet.
index ff229d71961c3c75be30a1b78ff994c9734a1372..3c9a8c4a25eb89a87448f18fd7b550b4c5e74c55 100644 (file)
@@ -11,7 +11,7 @@ saw any problems).
 
 What:          /sys/bus/pci/devices/<dev>/aer_dev_correctable
 Date:          July 2018
-Kernel Version: 4.19.0
+KernelVersion: 4.19.0
 Contact:       linux-pci@vger.kernel.org, rajatja@google.com
 Description:   List of correctable errors seen and reported by this
                PCI device using ERR_COR. Note that since multiple errors may
@@ -33,7 +33,7 @@ TOTAL_ERR_COR 2
 
 What:          /sys/bus/pci/devices/<dev>/aer_dev_fatal
 Date:          July 2018
-Kernel Version: 4.19.0
+KernelVersion: 4.19.0
 Contact:       linux-pci@vger.kernel.org, rajatja@google.com
 Description:   List of uncorrectable fatal errors seen and reported by this
                PCI device using ERR_FATAL. Note that since multiple errors may
@@ -64,7 +64,7 @@ TOTAL_ERR_FATAL 0
 
 What:          /sys/bus/pci/devices/<dev>/aer_dev_nonfatal
 Date:          July 2018
-Kernel Version: 4.19.0
+KernelVersion: 4.19.0
 Contact:       linux-pci@vger.kernel.org, rajatja@google.com
 Description:   List of uncorrectable nonfatal errors seen and reported by this
                PCI device using ERR_NONFATAL. Note that since multiple errors
@@ -105,18 +105,18 @@ messages on the PCI hierarchy originating at that root port.
 
 What:          /sys/bus/pci/devices/<dev>/aer_stats/aer_rootport_total_err_cor
 Date:          July 2018
-Kernel Version: 4.19.0
+KernelVersion: 4.19.0
 Contact:       linux-pci@vger.kernel.org, rajatja@google.com
 Description:   Total number of ERR_COR messages reported to rootport.
 
 What:      /sys/bus/pci/devices/<dev>/aer_stats/aer_rootport_total_err_fatal
 Date:          July 2018
-Kernel Version: 4.19.0
+KernelVersion: 4.19.0
 Contact:       linux-pci@vger.kernel.org, rajatja@google.com
 Description:   Total number of ERR_FATAL messages reported to rootport.
 
 What:      /sys/bus/pci/devices/<dev>/aer_stats/aer_rootport_total_err_nonfatal
 Date:          July 2018
-Kernel Version: 4.19.0
+KernelVersion: 4.19.0
 Contact:       linux-pci@vger.kernel.org, rajatja@google.com
 Description:   Total number of ERR_NONFATAL messages reported to rootport.
index eb449169c30bd0e5fd8313822aca0fb5983f5565..92a94e1068c2b34226160d32e249d2db7140cefa 100644 (file)
@@ -1,68 +1,68 @@
 What:          /sys/bus/pci/devices/<dev>/ccissX/cXdY/model
 Date:          March 2009
-Kernel Version: 2.6.30
+KernelVersion: 2.6.30
 Contact:       iss_storagedev@hp.com
 Description:   Displays the SCSI INQUIRY page 0 model for logical drive
                Y of controller X.
 
 What:          /sys/bus/pci/devices/<dev>/ccissX/cXdY/rev
 Date:          March 2009
-Kernel Version: 2.6.30
+KernelVersion: 2.6.30
 Contact:       iss_storagedev@hp.com
 Description:   Displays the SCSI INQUIRY page 0 revision for logical
                drive Y of controller X.
 
 What:          /sys/bus/pci/devices/<dev>/ccissX/cXdY/unique_id
 Date:          March 2009
-Kernel Version: 2.6.30
+KernelVersion: 2.6.30
 Contact:       iss_storagedev@hp.com
 Description:   Displays the SCSI INQUIRY page 83 serial number for logical
                drive Y of controller X.
 
 What:          /sys/bus/pci/devices/<dev>/ccissX/cXdY/vendor
 Date:          March 2009
-Kernel Version: 2.6.30
+KernelVersion: 2.6.30
 Contact:       iss_storagedev@hp.com
 Description:   Displays the SCSI INQUIRY page 0 vendor for logical drive
                Y of controller X.
 
 What:          /sys/bus/pci/devices/<dev>/ccissX/cXdY/block:cciss!cXdY
 Date:          March 2009
-Kernel Version: 2.6.30
+KernelVersion: 2.6.30
 Contact:       iss_storagedev@hp.com
 Description:   A symbolic link to /sys/block/cciss!cXdY
 
 What:          /sys/bus/pci/devices/<dev>/ccissX/rescan
 Date:          August 2009
-Kernel Version:        2.6.31
+KernelVersion: 2.6.31
 Contact:       iss_storagedev@hp.com
 Description:   Kicks of a rescan of the controller to discover logical
                drive topology changes.
 
 What:          /sys/bus/pci/devices/<dev>/ccissX/cXdY/lunid
 Date:          August 2009
-Kernel Version: 2.6.31
+KernelVersion: 2.6.31
 Contact:       iss_storagedev@hp.com
 Description:   Displays the 8-byte LUN ID used to address logical
                drive Y of controller X.
 
 What:          /sys/bus/pci/devices/<dev>/ccissX/cXdY/raid_level
 Date:          August 2009
-Kernel Version: 2.6.31
+KernelVersion: 2.6.31
 Contact:       iss_storagedev@hp.com
 Description:   Displays the RAID level of logical drive Y of
                controller X.
 
 What:          /sys/bus/pci/devices/<dev>/ccissX/cXdY/usage_count
 Date:          August 2009
-Kernel Version: 2.6.31
+KernelVersion: 2.6.31
 Contact:       iss_storagedev@hp.com
 Description:   Displays the usage count (number of opens) of logical drive Y
                of controller X.
 
 What:          /sys/bus/pci/devices/<dev>/ccissX/resettable
 Date:          February 2011
-Kernel Version:        2.6.38
+KernelVersion: 2.6.38
 Contact:       iss_storagedev@hp.com
 Description:   Value of 1 indicates the controller can honor the reset_devices
                kernel parameter.  Value of 0 indicates reset_devices cannot be
@@ -73,7 +73,7 @@ Description:  Value of 1 indicates the controller can honor the reset_devices
 
 What:          /sys/bus/pci/devices/<dev>/ccissX/transport_mode
 Date:          July 2011
-Kernel Version:        3.0
+KernelVersion: 3.0
 Contact:       iss_storagedev@hp.com
 Description:   Value of "simple" indicates that the controller has been placed
                in "simple mode". Value of "performant" indicates that the
index f6199b31419619dcaa58acc59e1d9631c8d4b9d5..9ade80f81f96c4abaacd17723146bbe362e41ea6 100644 (file)
@@ -1,6 +1,6 @@
 What:          /sys/bus/usb/.../powered
 Date:          August 2008
-Kernel Version:        2.6.26
+KernelVersion: 2.6.26
 Contact:       Harrison Metzger <harrisonmetz@gmail.com>
 Description:   Controls whether the device's display will powered.
                A value of 0 is off and a non-zero value is on.
@@ -8,7 +8,7 @@ Description:    Controls whether the device's display will powered.
 What:          /sys/bus/usb/.../mode_msb
 What:          /sys/bus/usb/.../mode_lsb
 Date:          August 2008
-Kernel Version:        2.6.26
+KernelVersion: 2.6.26
 Contact:       Harrison Metzger <harrisonmetz@gmail.com>
 Description:   Controls the devices display mode.
                For a 6 character display the values are
@@ -18,7 +18,7 @@ Description:  Controls the devices display mode.
 
 What:          /sys/bus/usb/.../textmode
 Date:          August 2008
-Kernel Version:        2.6.26
+KernelVersion: 2.6.26
 Contact:       Harrison Metzger <harrisonmetz@gmail.com>
 Description:   Controls the way the device interprets its text buffer.
                raw:    each character controls its segment manually
@@ -27,13 +27,13 @@ Description:        Controls the way the device interprets its text buffer.
 
 What:          /sys/bus/usb/.../text
 Date:          August 2008
-Kernel Version:        2.6.26
+KernelVersion: 2.6.26
 Contact:       Harrison Metzger <harrisonmetz@gmail.com>
 Description:   The text (or data) for the device to display
 
 What:          /sys/bus/usb/.../decimals
 Date:          August 2008
-Kernel Version:        2.6.26
+KernelVersion: 2.6.26
 Contact:       Harrison Metzger <harrisonmetz@gmail.com>
 Description:   Controls the decimal places on the device.
                To set the nth decimal place, give this field
index 8cde64a71edba2c15dd24026c705b15b6016e162..fbd8078fd7ada51c7e1cff8e08825b10cef66647 100644 (file)
@@ -1,6 +1,6 @@
 What:          /sys/bus/pci/drivers/altera-cvp/chkcfg
 Date:          May 2017
-Kernel Version:        4.13
+KernelVersion: 4.13
 Contact:       Anatolij Gustschin <agust@denx.de>
 Description:
                Contains either 1 or 0 and controls if configuration
index 9921ef285899f03ccca71c13ebbac0a7522a359e..1a56fc50768971c1c34d3ecb77e3d31a3c79ae24 100644 (file)
@@ -1,6 +1,6 @@
 What:          /sys/class/tpm/tpmX/ppi/
 Date:          August 2012
-Kernel Version:        3.6
+KernelVersion: 3.6
 Contact:       xiaoyan.zhang@intel.com
 Description:
                This folder includes the attributes related with PPI (Physical
index ba5d77008a85514635f717993deec212d95276b6..88cab66fd77fb566e26e28008c250a8578202cc5 100644 (file)
@@ -1,6 +1,6 @@
 What:          /sys/bus/scsi/drivers/st/debug_flag
 Date:          October 2015
-Kernel Version:        ?.?
+KernelVersion: ?.?
 Contact:       shane.seymour@hpe.com
 Description:
                This file allows you to turn debug output from the st driver
index 2aa5503ee200763bf5e841fbdcd77f0422247d1d..afc48fc163b5903bdf6d41018b8dfb961a4a1b85 100644 (file)
@@ -1,6 +1,6 @@
 What:          /sys/bus/hid/devices/<bus>:<vid>:<pid>.<n>/speed
 Date:          April 2010
-Kernel Version:        2.6.35
+KernelVersion: 2.6.35
 Contact:       linux-bluetooth@vger.kernel.org
 Description:
                The /sys/bus/hid/devices/<bus>:<vid>:<pid>.<n>/speed file