Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Moritz Fischer and committed by
Wolfram Sang
868b2072 79439d83

+1 -1
+1 -1
include/linux/platform_data/at24.h
··· 26 26 * 27 27 * An example in pseudo code for a setup() callback: 28 28 * 29 - * void get_mac_addr(struct mvmem_device *nvmem, void *context) 29 + * void get_mac_addr(struct nvmem_device *nvmem, void *context) 30 30 * { 31 31 * u8 *mac_addr = ethernet_pdata->mac_addr; 32 32 * off_t offset = context;