From: Naren Date: Wed, 16 Aug 2017 22:45:57 +0000 (-0700) Subject: NVMEM documentation fix: A minor typo X-Git-Tag: v5.15~10562^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=be629b441da555eb75b5d41d48caca02da52aaae;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/nvmem/nvmem.txt b/Documentation/nvmem/nvmem.txt index dbd40d8..8d8d8f5 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.