summaryrefslogtreecommitdiffstats
path: root/Documentation/nvmem/nvmem.txt
diff options
context:
space:
mode:
authorNaren2017-08-17 00:45:57 +0200
committerJonathan Corbet2017-08-24 21:31:58 +0200
commitbe629b441da555eb75b5d41d48caca02da52aaae (patch)
treed1e42e0adf4b5a47035ea7d3010da4529196b97c /Documentation/nvmem/nvmem.txt
parentdocs-rst: pdf: use same vertical margin on all Sphinx versions (diff)
downloadkernel-qcow2-linux-be629b441da555eb75b5d41d48caca02da52aaae.tar.gz
kernel-qcow2-linux-be629b441da555eb75b5d41d48caca02da52aaae.tar.xz
kernel-qcow2-linux-be629b441da555eb75b5d41d48caca02da52aaae.zip
NVMEM documentation fix: A minor typo
This is a minor patch that fixes the following typo in the NVMEM documentation: When a consumers no longer needs the NVMEM to, When a consumer no longer needs the NVMEM Signed-off-by: Narendran Sankaran <naren.kernel@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/nvmem/nvmem.txt')
-rw-r--r--Documentation/nvmem/nvmem.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/nvmem/nvmem.txt b/Documentation/nvmem/nvmem.txt
index dbd40d879239..8d8d8f58f96f 100644
--- a/Documentation/nvmem/nvmem.txt
+++ b/Documentation/nvmem/nvmem.txt
@@ -112,7 +112,7 @@ take nvmem_device as parameter.
5. Releasing a reference to the NVMEM
=====================================
-When a consumers no longer needs the NVMEM, it has to release the reference
+When a consumer no longer needs the NVMEM, it has to release the reference
to the NVMEM it has obtained using the APIs mentioned in the above section.
The NVMEM framework provides 2 APIs to release a reference to the NVMEM.