diff mbox

misc: at24: Fix typo in at24 header file

Message ID 1464029079-29334-1-git-send-email-moritz.fischer@ettus.com
State Accepted
Headers show

Commit Message

Moritz Fischer May 23, 2016, 6:44 p.m. UTC
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(-)

Comments

Wolfram Sang May 26, 2016, 6:53 p.m. UTC | #1
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!
diff mbox

Patch

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;