linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] staging: media: cleanup
@ 2018-03-04 15:48 Arushi Singhal
  2018-03-04 15:48 ` [PATCH 1/3] staging: media: Replace "be be" with "be" Arushi Singhal
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Arushi Singhal @ 2018-03-04 15:48 UTC (permalink / raw)
  To: alan
  Cc: sakari.ailus, mchehab, gregkh, linux-media, devel, linux-kernel,
	outreachy-kernel, Arushi Singhal

Spellcheck the comments.
Remove the repeated, consecutive words with single word.

Arushi Singhal (3):
  staging: media: Replace "be be" with "be"
  staging: media: Replace "cant" with "can't"
  staging: media: Replace "dont" with "don't"

 drivers/staging/media/atomisp/pci/atomisp2/css2400/ia_css_pipe_public.h | 2 +-
 drivers/staging/media/atomisp/pci/atomisp2/mmu/isp_mmu.c                | 2 +-
 drivers/staging/media/davinci_vpfe/vpfe_mc_capture.c                    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.7.4

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

* [PATCH 1/3] staging: media: Replace "be be" with "be"
  2018-03-04 15:48 [PATCH 0/3] staging: media: cleanup Arushi Singhal
@ 2018-03-04 15:48 ` Arushi Singhal
  2018-03-04 15:48 ` [PATCH 2/3] staging: media: Replace "cant" with "can't" Arushi Singhal
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Arushi Singhal @ 2018-03-04 15:48 UTC (permalink / raw)
  To: alan
  Cc: sakari.ailus, mchehab, gregkh, linux-media, devel, linux-kernel,
	outreachy-kernel, Arushi Singhal

This patch replace "be be" with "be".

Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com>
---
 drivers/staging/media/atomisp/pci/atomisp2/css2400/ia_css_pipe_public.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/media/atomisp/pci/atomisp2/css2400/ia_css_pipe_public.h b/drivers/staging/media/atomisp/pci/atomisp2/css2400/ia_css_pipe_public.h
index df0aad9..4057a5a 100644
--- a/drivers/staging/media/atomisp/pci/atomisp2/css2400/ia_css_pipe_public.h
+++ b/drivers/staging/media/atomisp/pci/atomisp2/css2400/ia_css_pipe_public.h
@@ -402,7 +402,7 @@ ia_css_pipe_set_isp_config(struct ia_css_pipe *pipe,
  exception holds for IA_CSS_EVENT_TYPE_PORT_EOF, for this event an IRQ is always
  raised.
  Note that events are still queued and the Host can poll for them. The
- or_mask and and_mask may be be active at the same time\n
+ or_mask and and_mask may be active at the same time\n
  \n
  Default values, for all pipe id's, after ia_css_init:\n
  or_mask = IA_CSS_EVENT_TYPE_ALL\n
-- 
2.7.4

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

* [PATCH 2/3] staging: media: Replace "cant" with "can't"
  2018-03-04 15:48 [PATCH 0/3] staging: media: cleanup Arushi Singhal
  2018-03-04 15:48 ` [PATCH 1/3] staging: media: Replace "be be" with "be" Arushi Singhal
@ 2018-03-04 15:48 ` Arushi Singhal
  2018-03-04 15:48 ` [PATCH 3/3] staging: media: Replace "dont" with "don't" Arushi Singhal
  2018-03-04 15:54 ` [Outreachy kernel] [PATCH 0/3] staging: media: cleanup Julia Lawall
  3 siblings, 0 replies; 5+ messages in thread
From: Arushi Singhal @ 2018-03-04 15:48 UTC (permalink / raw)
  To: alan
  Cc: sakari.ailus, mchehab, gregkh, linux-media, devel, linux-kernel,
	outreachy-kernel, Arushi Singhal

Replace "cant" with "can't".
"cant" is not same as "Can not" or "Can't".

Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com>
---
 drivers/staging/media/davinci_vpfe/vpfe_mc_capture.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/media/davinci_vpfe/vpfe_mc_capture.c b/drivers/staging/media/davinci_vpfe/vpfe_mc_capture.c
index bffe215..634d38c 100644
--- a/drivers/staging/media/davinci_vpfe/vpfe_mc_capture.c
+++ b/drivers/staging/media/davinci_vpfe/vpfe_mc_capture.c
@@ -444,7 +444,7 @@ static int vpfe_register_entities(struct vpfe_device *vpfe_dev)
 	for (i = 0; i < vpfe_dev->num_ext_subdevs; i++)
 		/*
 		 * if entity has no pads (ex: amplifier),
-		 * cant establish link
+		 * can't establish link
 		 */
 		if (vpfe_dev->sd[i]->entity.num_pads) {
 			ret = media_create_pad_link(&vpfe_dev->sd[i]->entity,
-- 
2.7.4

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

* [PATCH 3/3] staging: media: Replace "dont" with "don't"
  2018-03-04 15:48 [PATCH 0/3] staging: media: cleanup Arushi Singhal
  2018-03-04 15:48 ` [PATCH 1/3] staging: media: Replace "be be" with "be" Arushi Singhal
  2018-03-04 15:48 ` [PATCH 2/3] staging: media: Replace "cant" with "can't" Arushi Singhal
@ 2018-03-04 15:48 ` Arushi Singhal
  2018-03-04 15:54 ` [Outreachy kernel] [PATCH 0/3] staging: media: cleanup Julia Lawall
  3 siblings, 0 replies; 5+ messages in thread
From: Arushi Singhal @ 2018-03-04 15:48 UTC (permalink / raw)
  To: alan
  Cc: sakari.ailus, mchehab, gregkh, linux-media, devel, linux-kernel,
	outreachy-kernel, Arushi Singhal

Replace "dont" with "don't".
"Dont" is not same as "Do not" or "Don't".

Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com>
---
 drivers/staging/media/atomisp/pci/atomisp2/mmu/isp_mmu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/media/atomisp/pci/atomisp2/mmu/isp_mmu.c b/drivers/staging/media/atomisp/pci/atomisp2/mmu/isp_mmu.c
index e36c2a3..f21075c 100644
--- a/drivers/staging/media/atomisp/pci/atomisp2/mmu/isp_mmu.c
+++ b/drivers/staging/media/atomisp/pci/atomisp2/mmu/isp_mmu.c
@@ -450,7 +450,7 @@ static void mmu_l1_unmap(struct isp_mmu *mmu, phys_addr_t l1_pt,
 			ptr = end;
 		}
 		/*
-		 * use the same L2 page next time, so we dont
+		 * use the same L2 page next time, so we don't
 		 * need to invalidate and free this PT.
 		 */
 		/*      atomisp_set_pte(l1_pt, idx, NULL_PTE); */
-- 
2.7.4

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

* Re: [Outreachy kernel] [PATCH 0/3] staging: media: cleanup
  2018-03-04 15:48 [PATCH 0/3] staging: media: cleanup Arushi Singhal
                   ` (2 preceding siblings ...)
  2018-03-04 15:48 ` [PATCH 3/3] staging: media: Replace "dont" with "don't" Arushi Singhal
@ 2018-03-04 15:54 ` Julia Lawall
  3 siblings, 0 replies; 5+ messages in thread
From: Julia Lawall @ 2018-03-04 15:54 UTC (permalink / raw)
  To: Arushi Singhal
  Cc: alan, sakari.ailus, mchehab, gregkh, linux-media, devel,
	linux-kernel, outreachy-kernel



On Sun, 4 Mar 2018, Arushi Singhal wrote:

> Spellcheck the comments.
> Remove the repeated, consecutive words with single word.

For the series:
Acked-by: Julia Lawall <julia.lawall@lip6.fr>

But please look out for things to change in the code, not just in the
comments.

julia


>
> Arushi Singhal (3):
>   staging: media: Replace "be be" with "be"
>   staging: media: Replace "cant" with "can't"
>   staging: media: Replace "dont" with "don't"
>
>  drivers/staging/media/atomisp/pci/atomisp2/css2400/ia_css_pipe_public.h | 2 +-
>  drivers/staging/media/atomisp/pci/atomisp2/mmu/isp_mmu.c                | 2 +-
>  drivers/staging/media/davinci_vpfe/vpfe_mc_capture.c                    | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
>
> --
> 2.7.4
>
> --
> You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> To post to this group, send email to outreachy-kernel@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/1520178507-25141-1-git-send-email-arushisinghal19971997%40gmail.com.
> For more options, visit https://groups.google.com/d/optout.
>

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

end of thread, other threads:[~2018-03-04 15:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-04 15:48 [PATCH 0/3] staging: media: cleanup Arushi Singhal
2018-03-04 15:48 ` [PATCH 1/3] staging: media: Replace "be be" with "be" Arushi Singhal
2018-03-04 15:48 ` [PATCH 2/3] staging: media: Replace "cant" with "can't" Arushi Singhal
2018-03-04 15:48 ` [PATCH 3/3] staging: media: Replace "dont" with "don't" Arushi Singhal
2018-03-04 15:54 ` [Outreachy kernel] [PATCH 0/3] staging: media: cleanup Julia Lawall

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