From 9370bb92b2d16684ee45cf24e879c93c509162da Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 19 Dec 2024 01:47:39 +0000 Subject: [PATCH] add wifi6 8852be driver --- kernel/drivers/gpu/arm/bifrost/tests/include/kutf/kutf_utils.h | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/kernel/drivers/gpu/arm/bifrost/tests/include/kutf/kutf_utils.h b/kernel/drivers/gpu/arm/bifrost/tests/include/kutf/kutf_utils.h index 18dcc3d..f6e758b 100644 --- a/kernel/drivers/gpu/arm/bifrost/tests/include/kutf/kutf_utils.h +++ b/kernel/drivers/gpu/arm/bifrost/tests/include/kutf/kutf_utils.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * - * (C) COPYRIGHT 2014, 2017, 2020-2021 ARM Limited. All rights reserved. + * (C) COPYRIGHT 2014, 2017, 2020-2022 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 @@ -33,8 +33,8 @@ #include <kutf/kutf_mem.h> /** - * Maximum size of the message strings within kernel UTF, messages longer then - * this will be truncated. + * KUTF_MAX_DSPRINTF_LEN - Maximum size of the message strings within + * kernel UTF, messages longer then this will be truncated. */ #define KUTF_MAX_DSPRINTF_LEN 1024 @@ -54,6 +54,7 @@ * Return: Returns pointer to allocated string, or NULL on error. */ const char *kutf_dsprintf(struct kutf_mempool *pool, - const char *fmt, ...); + const char *fmt, ...) __printf(2, 3); + #endif /* _KERNEL_UTF_UTILS_H_ */ -- Gitblit v1.6.2