* [PATCH] misc: at24: Fix typo in at24 header file
@ 2016-05-23 18:44 Moritz Fischer
2016-05-26 18:53 ` Wolfram Sang
0 siblings, 1 reply; 2+ messages in thread
From: Moritz Fischer @ 2016-05-23 18:44 UTC (permalink / raw)
To: wsa; +Cc: linux-i2c, linux-kernel, moritz.fischer.private, Moritz Fischer
This commit fixes a simple typo s/mvmem/nvmem in the
example.
Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
---
include/linux/platform_data/at24.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/platform_data/at24.h b/include/linux/platform_data/at24.h
index dc9a13e..be830b1 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;
--
2.5.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-05-26 18:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-23 18:44 [PATCH] misc: at24: Fix typo in at24 header file Moritz Fischer
2016-05-26 18:53 ` Wolfram Sang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).