Commit 868b2072 authored by Moritz Fischer's avatar Moritz Fischer Committed by Wolfram Sang

misc: at24: Fix typo in at24 header file

This commit fixes a simple typo s/mvmem/nvmem in the
example.
Signed-off-by: default avatarMoritz Fischer <moritz.fischer@ettus.com>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent 79439d83
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment