2022-09-30 01:13:42

by Deming Wang

[permalink] [raw]
Subject: [PATCH] vme: fix the typo

fix the typo of the enty.

Signed-off-by: Deming Wang <[email protected]>
---
drivers/staging/vme_user/vme.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/vme_user/vme.c b/drivers/staging/vme_user/vme.c
index b5555683a069..d9c64c60ccc0 100644
--- a/drivers/staging/vme_user/vme.c
+++ b/drivers/staging/vme_user/vme.c
@@ -1090,7 +1090,7 @@ void vme_dma_free_attribute(struct vme_dma_attr *attributes)
EXPORT_SYMBOL(vme_dma_free_attribute);

/**
- * vme_dma_list_add - Add enty to a VME DMA list.
+ * vme_dma_list_add - Add entry to a VME DMA list.
* @list: Pointer to VME list.
* @src: Pointer to DMA list attribute to use as source.
* @dest: Pointer to DMA list attribute to use as destination.
--
2.27.0


2022-09-30 12:12:08

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH] vme: fix the typo

On Tue, Sep 27, 2022 at 03:21:02PM -0400, Deming Wang wrote:
> fix the typo of the enty.

I am sorry, but I do not understand this changelog text at all. Please
reword it to be more descriptive as to what is wrong and what is being
changed.

thanks,

greg k-h