From 6d89ca6b656fe72b49b4c5f0810729f9127397cd Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Thu, 16 Sep 2021 17:05:44 +0100 Subject: ipa: ipu3: ipa_context: Fix file reference The ipa_context.h entry incorrectly referenced its file name. Fix it. Signed-off-by: Kieran Bingham Signed-off-by: Jean-Michel Hautbois Reviewed-by: Laurent Pinchart Reviewed-by: Jean-Michel Hautbois --- src/ipa/ipu3/ipa_context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ipa') 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__ -- cgit v1.2.1