Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ABI: Fix KernelVersion tags

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>

authored by

Mauro Carvalho Chehab and committed by
Greg Kroah-Hartman
129fb4cb abf313b5

+31 -31
+1 -1
Documentation/ABI/testing/pstore
··· 1 1 What: /sys/fs/pstore/... (or /dev/pstore/...) 2 2 Date: March 2011 3 - Kernel Version: 2.6.39 3 + KernelVersion: 2.6.39 4 4 Contact: tony.luck@intel.com 5 5 Description: Generic interface to platform dependent persistent storage. 6 6
+1 -1
Documentation/ABI/testing/sysfs-bus-event_source-devices-format
··· 1 1 What: /sys/bus/event_source/devices/<dev>/format 2 2 Date: January 2012 3 - Kernel Version: 3.3 3 + KernelVersion: 3.3 4 4 Contact: Jiri Olsa <jolsa@redhat.com> 5 5 Description: 6 6 Attribute group to describe the magic bits that go into
+3 -3
Documentation/ABI/testing/sysfs-bus-i2c-devices-hm6352
··· 1 1 What: /sys/bus/i2c/devices/.../heading0_input 2 2 Date: April 2010 3 - Kernel Version: 2.6.36? 3 + KernelVersion: 2.6.36? 4 4 Contact: alan.cox@intel.com 5 5 Description: Reports the current heading from the compass as a floating 6 6 point value in degrees. 7 7 8 8 What: /sys/bus/i2c/devices/.../power_state 9 9 Date: April 2010 10 - Kernel Version: 2.6.36? 10 + KernelVersion: 2.6.36? 11 11 Contact: alan.cox@intel.com 12 12 Description: Sets the power state of the device. 0 sets the device into 13 13 sleep mode, 1 wakes it up. 14 14 15 15 What: /sys/bus/i2c/devices/.../calibration 16 16 Date: April 2010 17 - Kernel Version: 2.6.36? 17 + KernelVersion: 2.6.36? 18 18 Contact: alan.cox@intel.com 19 19 Description: Sets the calibration on or off (1 = on, 0 = off). See the 20 20 chip data sheet.
+6 -6
Documentation/ABI/testing/sysfs-bus-pci-devices-aer_stats
··· 11 11 12 12 What: /sys/bus/pci/devices/<dev>/aer_dev_correctable 13 13 Date: July 2018 14 - Kernel Version: 4.19.0 14 + KernelVersion: 4.19.0 15 15 Contact: linux-pci@vger.kernel.org, rajatja@google.com 16 16 Description: List of correctable errors seen and reported by this 17 17 PCI device using ERR_COR. Note that since multiple errors may ··· 33 33 34 34 What: /sys/bus/pci/devices/<dev>/aer_dev_fatal 35 35 Date: July 2018 36 - Kernel Version: 4.19.0 36 + KernelVersion: 4.19.0 37 37 Contact: linux-pci@vger.kernel.org, rajatja@google.com 38 38 Description: List of uncorrectable fatal errors seen and reported by this 39 39 PCI device using ERR_FATAL. Note that since multiple errors may ··· 64 64 65 65 What: /sys/bus/pci/devices/<dev>/aer_dev_nonfatal 66 66 Date: July 2018 67 - Kernel Version: 4.19.0 67 + KernelVersion: 4.19.0 68 68 Contact: linux-pci@vger.kernel.org, rajatja@google.com 69 69 Description: List of uncorrectable nonfatal errors seen and reported by this 70 70 PCI device using ERR_NONFATAL. Note that since multiple errors ··· 105 105 106 106 What: /sys/bus/pci/devices/<dev>/aer_stats/aer_rootport_total_err_cor 107 107 Date: July 2018 108 - Kernel Version: 4.19.0 108 + KernelVersion: 4.19.0 109 109 Contact: linux-pci@vger.kernel.org, rajatja@google.com 110 110 Description: Total number of ERR_COR messages reported to rootport. 111 111 112 112 What: /sys/bus/pci/devices/<dev>/aer_stats/aer_rootport_total_err_fatal 113 113 Date: July 2018 114 - Kernel Version: 4.19.0 114 + KernelVersion: 4.19.0 115 115 Contact: linux-pci@vger.kernel.org, rajatja@google.com 116 116 Description: Total number of ERR_FATAL messages reported to rootport. 117 117 118 118 What: /sys/bus/pci/devices/<dev>/aer_stats/aer_rootport_total_err_nonfatal 119 119 Date: July 2018 120 - Kernel Version: 4.19.0 120 + KernelVersion: 4.19.0 121 121 Contact: linux-pci@vger.kernel.org, rajatja@google.com 122 122 Description: Total number of ERR_NONFATAL messages reported to rootport.
+11 -11
Documentation/ABI/testing/sysfs-bus-pci-devices-cciss
··· 1 1 What: /sys/bus/pci/devices/<dev>/ccissX/cXdY/model 2 2 Date: March 2009 3 - Kernel Version: 2.6.30 3 + KernelVersion: 2.6.30 4 4 Contact: iss_storagedev@hp.com 5 5 Description: Displays the SCSI INQUIRY page 0 model for logical drive 6 6 Y of controller X. 7 7 8 8 What: /sys/bus/pci/devices/<dev>/ccissX/cXdY/rev 9 9 Date: March 2009 10 - Kernel Version: 2.6.30 10 + KernelVersion: 2.6.30 11 11 Contact: iss_storagedev@hp.com 12 12 Description: Displays the SCSI INQUIRY page 0 revision for logical 13 13 drive Y of controller X. 14 14 15 15 What: /sys/bus/pci/devices/<dev>/ccissX/cXdY/unique_id 16 16 Date: March 2009 17 - Kernel Version: 2.6.30 17 + KernelVersion: 2.6.30 18 18 Contact: iss_storagedev@hp.com 19 19 Description: Displays the SCSI INQUIRY page 83 serial number for logical 20 20 drive Y of controller X. 21 21 22 22 What: /sys/bus/pci/devices/<dev>/ccissX/cXdY/vendor 23 23 Date: March 2009 24 - Kernel Version: 2.6.30 24 + KernelVersion: 2.6.30 25 25 Contact: iss_storagedev@hp.com 26 26 Description: Displays the SCSI INQUIRY page 0 vendor for logical drive 27 27 Y of controller X. 28 28 29 29 What: /sys/bus/pci/devices/<dev>/ccissX/cXdY/block:cciss!cXdY 30 30 Date: March 2009 31 - Kernel Version: 2.6.30 31 + KernelVersion: 2.6.30 32 32 Contact: iss_storagedev@hp.com 33 33 Description: A symbolic link to /sys/block/cciss!cXdY 34 34 35 35 What: /sys/bus/pci/devices/<dev>/ccissX/rescan 36 36 Date: August 2009 37 - Kernel Version: 2.6.31 37 + KernelVersion: 2.6.31 38 38 Contact: iss_storagedev@hp.com 39 39 Description: Kicks of a rescan of the controller to discover logical 40 40 drive topology changes. 41 41 42 42 What: /sys/bus/pci/devices/<dev>/ccissX/cXdY/lunid 43 43 Date: August 2009 44 - Kernel Version: 2.6.31 44 + KernelVersion: 2.6.31 45 45 Contact: iss_storagedev@hp.com 46 46 Description: Displays the 8-byte LUN ID used to address logical 47 47 drive Y of controller X. 48 48 49 49 What: /sys/bus/pci/devices/<dev>/ccissX/cXdY/raid_level 50 50 Date: August 2009 51 - Kernel Version: 2.6.31 51 + KernelVersion: 2.6.31 52 52 Contact: iss_storagedev@hp.com 53 53 Description: Displays the RAID level of logical drive Y of 54 54 controller X. 55 55 56 56 What: /sys/bus/pci/devices/<dev>/ccissX/cXdY/usage_count 57 57 Date: August 2009 58 - Kernel Version: 2.6.31 58 + KernelVersion: 2.6.31 59 59 Contact: iss_storagedev@hp.com 60 60 Description: Displays the usage count (number of opens) of logical drive Y 61 61 of controller X. 62 62 63 63 What: /sys/bus/pci/devices/<dev>/ccissX/resettable 64 64 Date: February 2011 65 - Kernel Version: 2.6.38 65 + KernelVersion: 2.6.38 66 66 Contact: iss_storagedev@hp.com 67 67 Description: Value of 1 indicates the controller can honor the reset_devices 68 68 kernel parameter. Value of 0 indicates reset_devices cannot be ··· 73 73 74 74 What: /sys/bus/pci/devices/<dev>/ccissX/transport_mode 75 75 Date: July 2011 76 - Kernel Version: 3.0 76 + KernelVersion: 3.0 77 77 Contact: iss_storagedev@hp.com 78 78 Description: Value of "simple" indicates that the controller has been placed 79 79 in "simple mode". Value of "performant" indicates that the
+5 -5
Documentation/ABI/testing/sysfs-bus-usb-devices-usbsevseg
··· 1 1 What: /sys/bus/usb/.../powered 2 2 Date: August 2008 3 - Kernel Version: 2.6.26 3 + KernelVersion: 2.6.26 4 4 Contact: Harrison Metzger <harrisonmetz@gmail.com> 5 5 Description: Controls whether the device's display will powered. 6 6 A value of 0 is off and a non-zero value is on. ··· 8 8 What: /sys/bus/usb/.../mode_msb 9 9 What: /sys/bus/usb/.../mode_lsb 10 10 Date: August 2008 11 - Kernel Version: 2.6.26 11 + KernelVersion: 2.6.26 12 12 Contact: Harrison Metzger <harrisonmetz@gmail.com> 13 13 Description: Controls the devices display mode. 14 14 For a 6 character display the values are ··· 18 18 19 19 What: /sys/bus/usb/.../textmode 20 20 Date: August 2008 21 - Kernel Version: 2.6.26 21 + KernelVersion: 2.6.26 22 22 Contact: Harrison Metzger <harrisonmetz@gmail.com> 23 23 Description: Controls the way the device interprets its text buffer. 24 24 raw: each character controls its segment manually ··· 27 27 28 28 What: /sys/bus/usb/.../text 29 29 Date: August 2008 30 - Kernel Version: 2.6.26 30 + KernelVersion: 2.6.26 31 31 Contact: Harrison Metzger <harrisonmetz@gmail.com> 32 32 Description: The text (or data) for the device to display 33 33 34 34 What: /sys/bus/usb/.../decimals 35 35 Date: August 2008 36 - Kernel Version: 2.6.26 36 + KernelVersion: 2.6.26 37 37 Contact: Harrison Metzger <harrisonmetz@gmail.com> 38 38 Description: Controls the decimal places on the device. 39 39 To set the nth decimal place, give this field
+1 -1
Documentation/ABI/testing/sysfs-driver-altera-cvp
··· 1 1 What: /sys/bus/pci/drivers/altera-cvp/chkcfg 2 2 Date: May 2017 3 - Kernel Version: 4.13 3 + KernelVersion: 4.13 4 4 Contact: Anatolij Gustschin <agust@denx.de> 5 5 Description: 6 6 Contains either 1 or 0 and controls if configuration
+1 -1
Documentation/ABI/testing/sysfs-driver-ppi
··· 1 1 What: /sys/class/tpm/tpmX/ppi/ 2 2 Date: August 2012 3 - Kernel Version: 3.6 3 + KernelVersion: 3.6 4 4 Contact: xiaoyan.zhang@intel.com 5 5 Description: 6 6 This folder includes the attributes related with PPI (Physical
+1 -1
Documentation/ABI/testing/sysfs-driver-st
··· 1 1 What: /sys/bus/scsi/drivers/st/debug_flag 2 2 Date: October 2015 3 - Kernel Version: ?.? 3 + KernelVersion: ?.? 4 4 Contact: shane.seymour@hpe.com 5 5 Description: 6 6 This file allows you to turn debug output from the st driver
+1 -1
Documentation/ABI/testing/sysfs-driver-wacom
··· 1 1 What: /sys/bus/hid/devices/<bus>:<vid>:<pid>.<n>/speed 2 2 Date: April 2010 3 - Kernel Version: 2.6.35 3 + KernelVersion: 2.6.35 4 4 Contact: linux-bluetooth@vger.kernel.org 5 5 Description: 6 6 The /sys/bus/hid/devices/<bus>:<vid>:<pid>.<n>/speed file