diff options
author | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2021-09-16 17:05:44 +0100 |
---|---|---|
committer | Jean-Michel Hautbois <jeanmichel.hautbois@ideasonboard.com> | 2021-10-26 14:08:26 +0200 |
commit | 6d89ca6b656fe72b49b4c5f0810729f9127397cd (patch) | |
tree | 727fff7374c37734b1fd28098e387b0fc4a68391 /src | |
parent | 372698ece3492771bececb6fd5f7dd9f74469518 (diff) |
ipa: ipu3: ipa_context: Fix file reference
The ipa_context.h entry incorrectly referenced its file name.
Fix it.
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Signed-off-by: Jean-Michel Hautbois <jeanmichel.hautbois@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Jean-Michel Hautbois <jeanmichel.hautbois@ideasonboard.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/ipa/ipu3/ipa_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
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__ |