linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [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

* Re: [PATCH] misc: at24: Fix typo in at24 header file
  2016-05-23 18:44 [PATCH] misc: at24: Fix typo in at24 header file Moritz Fischer
@ 2016-05-26 18:53 ` Wolfram Sang
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfram Sang @ 2016-05-26 18:53 UTC (permalink / raw)
  To: Moritz Fischer; +Cc: linux-i2c, linux-kernel, moritz.fischer.private

[-- Attachment #1: Type: text/plain, Size: 231 bytes --]

On Mon, May 23, 2016 at 11:44:39AM -0700, Moritz Fischer wrote:
> This commit fixes a simple typo s/mvmem/nvmem in the
> example.
> 
> Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>

Applied to for-next, thanks!


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[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).