[libcamera-devel,v3,12/19] ipa: ipu3: ipa_context: Fix file reference.
diff mbox series

Message ID 20211022151218.111966-13-jeanmichel.hautbois@ideasonboard.com
State Changes Requested
Headers show
Series
  • Document IPU3 IPA
Related show

Commit Message

Jean-Michel Hautbois Oct. 22, 2021, 3:12 p.m. UTC
From: Kieran Bingham <kieran.bingham@ideasonboard.com>

The ipa_context.h entry incorrectly referenced its file name.

Fix it.

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
---
 src/ipa/ipu3/ipa_context.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Laurent Pinchart Oct. 25, 2021, 9:35 p.m. UTC | #1
Hello Jean-Michel and Kieran,

Thank you for the patch.

s/reference./reference/ in the subject line.

On Fri, Oct 22, 2021 at 05:12:11PM +0200, Jean-Michel Hautbois wrote:
> From: Kieran Bingham <kieran.bingham@ideasonboard.com>
> 
> The ipa_context.h entry incorrectly referenced its file name.
> 
> Fix it.
> 
> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  src/ipa/ipu3/ipa_context.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/ipa/ipu3/ipa_context.h b/src/ipa/ipu3/ipa_context.h
> index e14bb561..1e46c61a 100644
> --- a/src/ipa/ipu3/ipa_context.h
> +++ b/src/ipa/ipu3/ipa_context.h
> @@ -2,7 +2,7 @@
>  /*
>   * Copyright (C) 2021, Google Inc.
>   *
> - * ipu3_ipa_context.h - IPU3 IPA Context
> + * ipa_context.h - IPU3 IPA Context
>   *
>   */
>  #ifndef __LIBCAMERA_IPU3_IPA_CONTEXT_H__
Jean-Michel Hautbois Oct. 26, 2021, 6:33 a.m. UTC | #2
On 25/10/2021 23:35, Laurent Pinchart wrote:
> Hello Jean-Michel and Kieran,
> 
> Thank you for the patch.
> 
> s/reference./reference/ in the subject line.

Thx, and with it:
Reviewed-by: Jean-Michel Hautbois <jeanmichel.hautbois@ideasonboard.com>

> 
> On Fri, Oct 22, 2021 at 05:12:11PM +0200, Jean-Michel Hautbois wrote:
>> From: Kieran Bingham <kieran.bingham@ideasonboard.com>
>>
>> The ipa_context.h entry incorrectly referenced its file name.
>>
>> Fix it.
>>
>> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
> 
> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> 
>> ---
>>   src/ipa/ipu3/ipa_context.h | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/src/ipa/ipu3/ipa_context.h b/src/ipa/ipu3/ipa_context.h
>> index e14bb561..1e46c61a 100644
>> --- a/src/ipa/ipu3/ipa_context.h
>> +++ b/src/ipa/ipu3/ipa_context.h
>> @@ -2,7 +2,7 @@
>>   /*
>>    * Copyright (C) 2021, Google Inc.
>>    *
>> - * ipu3_ipa_context.h - IPU3 IPA Context
>> + * ipa_context.h - IPU3 IPA Context
>>    *
>>    */
>>   #ifndef __LIBCAMERA_IPU3_IPA_CONTEXT_H__
>

Patch
diff mbox series

diff --git a/src/ipa/ipu3/ipa_context.h b/src/ipa/ipu3/ipa_context.h
index e14bb561..1e46c61a 100644
--- a/src/ipa/ipu3/ipa_context.h
+++ b/src/ipa/ipu3/ipa_context.h
@@ -2,7 +2,7 @@ 
 /*
  * Copyright (C) 2021, Google Inc.
  *
- * ipu3_ipa_context.h - IPU3 IPA Context
+ * ipa_context.h - IPU3 IPA Context
  *
  */
 #ifndef __LIBCAMERA_IPU3_IPA_CONTEXT_H__