misc: at24: Fix typo in at24 header file

This commit fixes a simple typo s/mvmem/nvmem in the
example.

Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
This commit is contained in:
Moritz Fischer 2016-05-23 11:44:39 -07:00 committed by Wolfram Sang
parent 79439d8308
commit 868b2072f0

View file

@ -26,7 +26,7 @@
*
* An example in pseudo code for a setup() callback:
*
* void get_mac_addr(struct mvmem_device *nvmem, void *context)
* void get_mac_addr(struct nvmem_device *nvmem, void *context)
* {
* u8 *mac_addr = ethernet_pdata->mac_addr;
* off_t offset = context;