1
0
Fork 0

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>
zero-colors
Naren 2017-08-16 15:45:57 -07:00 committed by Jonathan Corbet
parent 5148e6ab76
commit be629b441d
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ take nvmem_device as parameter.
5. Releasing a reference to the NVMEM 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. 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. The NVMEM framework provides 2 APIs to release a reference to the NVMEM.