Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -26,7 +26,7 @@
 *
 *
 * An example in pseudo code for a setup() callback:
 * 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;
 *	u8 *mac_addr = ethernet_pdata->mac_addr;
 *	off_t offset = context;
 *	off_t offset = context;