diff options
author | Moritz Fischer <moritz.fischer@ettus.com> | 2016-05-23 11:44:39 -0700 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2016-05-26 20:52:15 +0200 |
commit | 868b2072f09c8a698df8066ca72d30411dcc57d6 (patch) | |
tree | a9148b38dadb79d21ed8e75613282bad12475aa8 /include/linux/platform_data | |
parent | 79439d8308bb12b4bdb2ca42fba2b71f1600b88b (diff) | |
download | linux-868b2072f09c8a698df8066ca72d30411dcc57d6.tar.gz linux-868b2072f09c8a698df8066ca72d30411dcc57d6.tar.bz2 linux-868b2072f09c8a698df8066ca72d30411dcc57d6.zip |
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>
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r-- | include/linux/platform_data/at24.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/platform_data/at24.h b/include/linux/platform_data/at24.h index dc9a13e5acda..be830b141d83 100644 --- a/include/linux/platform_data/at24.h +++ b/include/linux/platform_data/at24.h @@ -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; |