linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging:media:zoran: Fixed grammar issue
@ 2020-11-30 23:06 Travis Carter
  2020-12-01  7:43 ` LABBE Corentin
  0 siblings, 1 reply; 2+ messages in thread
From: Travis Carter @ 2020-11-30 23:06 UTC (permalink / raw)
  To: clabbe, mchehab; +Cc: devel, linux-kernel

Removed repeated word 'in'

Signed-off-by: Travis Carter <traviscarter2@gmail.com>
---
 drivers/staging/media/zoran/zoran_card.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/media/zoran/zoran_card.c b/drivers/staging/media/zoran/zoran_card.c
index dfc60e2e9dd7..c77aa458b6d2 100644
--- a/drivers/staging/media/zoran/zoran_card.c
+++ b/drivers/staging/media/zoran/zoran_card.c
@@ -39,7 +39,7 @@ MODULE_PARM_DESC(card, "Card type");
 /*
  * The video mem address of the video card. The driver has a little database for some videocards
  * to determine it from there. If your video card is not in there you have either to give it to
- * the driver as a parameter or set in in a VIDIOCSFBUF ioctl
+ * the driver as a parameter or set in a VIDIOCSFBUF ioctl
  */
 
 static unsigned long vidmem;	/* default = 0 - Video memory base address */
-- 
2.17.1


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

end of thread, other threads:[~2020-12-01  7:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-30 23:06 [PATCH] staging:media:zoran: Fixed grammar issue Travis Carter
2020-12-01  7:43 ` LABBE Corentin

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).