[PATCH] vme: fix the typo

Deming Wang posted 1 patch 3 years, 6 months ago
drivers/staging/vme_user/vme.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] vme: fix the typo
Posted by Deming Wang 3 years, 6 months ago
fix the typo of the enty.

Signed-off-by: Deming Wang <wangdeming@inspur.com>
---
 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
Re: [PATCH] vme: fix the typo
Posted by Greg KH 3 years, 6 months ago
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