]> git.karo-electronics.de Git - linux-beck.git/commitdiff
misc: at24: Fix typo in at24 header file
authorMoritz Fischer <moritz.fischer@ettus.com>
Mon, 23 May 2016 18:44:39 +0000 (11:44 -0700)
committerWolfram Sang <wsa@the-dreams.de>
Thu, 26 May 2016 18:52:15 +0000 (20:52 +0200)
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>
include/linux/platform_data/at24.h

index dc9a13e5acda164839dfd723b3f63562e7df21d5..be830b141d83cedde7751b1e8441c357d2c48cbb 100644 (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;