summaryrefslogtreecommitdiff
path: root/mali_kbase/tests/include/kutf/kutf_helpers.h
diff options
context:
space:
mode:
authorPindar Yang <pindaryang@google.com>2024-01-10 03:32:20 +0000
committerPindar Yang <pindaryang@google.com>2024-01-10 03:47:20 +0000
commit7972945ec034b420be8978e8470350ef526d92eb (patch)
tree0e435ca9714d676d4105e94b467ca423451288b0 /mali_kbase/tests/include/kutf/kutf_helpers.h
parent56bacdcf7ed92b6c616d10fa8b0c2790fd8d3c8a (diff)
parentc950dcc66f7f353263bd70e660c1636902359bad (diff)
downloadgpu-7972945ec034b420be8978e8470350ef526d92eb.tar.gz
Merge android13-gs-pixel-5.10-24Q2 into android13-gs-pixel-5.10
Bug: 300854197 Change-Id: I53af79897a341c292f01f773e4271188f3a1131b Signed-off-by: Pindar Yang <pindaryang@google.com>
Diffstat (limited to 'mali_kbase/tests/include/kutf/kutf_helpers.h')
-rw-r--r--mali_kbase/tests/include/kutf/kutf_helpers.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/mali_kbase/tests/include/kutf/kutf_helpers.h b/mali_kbase/tests/include/kutf/kutf_helpers.h
index 3f68efa..e70d2b1 100644
--- a/mali_kbase/tests/include/kutf/kutf_helpers.h
+++ b/mali_kbase/tests/include/kutf/kutf_helpers.h
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/*
*
- * (C) COPYRIGHT 2017, 2020-2022 ARM Limited. All rights reserved.
+ * (C) COPYRIGHT 2017-2023 ARM Limited. All rights reserved.
*
* This program is free software and is provided to you under the terms of the
* GNU General Public License version 2 as published by the Free Software
@@ -70,8 +70,7 @@ char *kutf_helper_input_dequeue(struct kutf_context *context, size_t *str_size);
* Return: 0 on success, -EFAULT if the line cannot be copied from user space,
* -ENOMEM if out of memory.
*/
-int kutf_helper_input_enqueue(struct kutf_context *context,
- const char __user *str, size_t size);
+int kutf_helper_input_enqueue(struct kutf_context *context, const char __user *str, size_t size);
/**
* kutf_helper_input_enqueue_end_of_data() - Signal no more data is to be sent
@@ -106,4 +105,4 @@ void kutf_helper_ignore_dmesg(struct device *dev);
*/
void kutf_helper_stop_ignoring_dmesg(struct device *dev);
-#endif /* _KERNEL_UTF_HELPERS_H_ */
+#endif /* _KERNEL_UTF_HELPERS_H_ */