diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-06-14 14:52:16 -0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-06-15 08:12:45 +0200 |
commit | 129fb4cb3b6a352a1ba3e9b4d2c41fbfa06f28a2 (patch) | |
tree | a7f19bca0fdabf5b21944b2f5d5b78255f8e43fe /Documentation/ABI/testing/pstore | |
parent | abf313b5a8b72302062dd407ed7e470d67d389bb (diff) | |
download | lwn-129fb4cb3b6a352a1ba3e9b4d2c41fbfa06f28a2.tar.gz lwn-129fb4cb3b6a352a1ba3e9b4d2c41fbfa06f28a2.zip |
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>
Diffstat (limited to 'Documentation/ABI/testing/pstore')
-rw-r--r-- | Documentation/ABI/testing/pstore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/ABI/testing/pstore b/Documentation/ABI/testing/pstore index 8d6e48f4e8ef..d45209abdb1b 100644 --- a/Documentation/ABI/testing/pstore +++ b/Documentation/ABI/testing/pstore @@ -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. |