All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] Staging: gasket: fix typo in gasket_page_table.c comments.
@ 2020-04-25  3:32 Kyoungho Koo
  2020-04-25  7:42 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Kyoungho Koo @ 2020-04-25  3:32 UTC (permalink / raw)
  To: devel

I have found double typed comments "the the". So i modified it to
one "the".

Signed-off-by: Kyoungho Koo <rnrudgh@gmail.com>
---
 drivers/staging/gasket/gasket_page_table.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/gasket/gasket_page_table.c b/drivers/staging/gasket/gasket_page_table.c
index f6d715787da8..f3dbe0fe2a67 100644
--- a/drivers/staging/gasket/gasket_page_table.c
+++ b/drivers/staging/gasket/gasket_page_table.c
@@ -898,7 +898,7 @@ static int gasket_alloc_extended_subtable(struct gasket_page_table *pg_tbl,
  *
  * Note that memory for second level page tables is allocated as needed, but
  * that memory is only freed on the final close	of the device file, when the
- * page tables are repartitioned, or the the device is removed.  If there is an
+ * page tables are repartitioned, or the device is removed.  If there is an
  * error or if the full range of slots is not available, any memory
  * allocated for second level page tables remains allocated until final close,
  * repartition, or device removal.
-- 
2.17.1

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] Staging: gasket: fix typo in gasket_page_table.c comments.
  2020-04-25  3:32 [PATCH v2] Staging: gasket: fix typo in gasket_page_table.c comments Kyoungho Koo
@ 2020-04-25  7:42 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2020-04-25  7:42 UTC (permalink / raw)
  To: Kyoungho Koo; +Cc: devel

On Sat, Apr 25, 2020 at 12:32:51PM +0900, Kyoungho Koo wrote:
> I have found double typed comments "the the". So i modified it to
> one "the".
> 
> Signed-off-by: Kyoungho Koo <rnrudgh@gmail.com>
> ---
>  drivers/staging/gasket/gasket_page_table.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

What changed from v1?  Always put that below the --- line, as
documented.  Please send a v3 with that information.

thanks,

greg k-h
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-25  7:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-25  3:32 [PATCH v2] Staging: gasket: fix typo in gasket_page_table.c comments Kyoungho Koo
2020-04-25  7:42 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.