[libcamera-devel,10/18] ipa: ipu3: ipa_context: Fix file reference.
diff mbox series

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

Commit Message

Jean-Michel Hautbois Sept. 30, 2021, 9:55 a.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(-)

Patch
diff mbox series

diff --git a/src/ipa/ipu3/ipa_context.h b/src/ipa/ipu3/ipa_context.h
index e50de726..84b3ffae 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__