From f68d6901270f4c67f1828f2daf2ccc022bce735f Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Thu, 26 Jan 2023 12:07:06 -0800 Subject: [PATCH] qcacmn: Fix umac/thermal documentation The kernel-doc script found a documentation issue in umac/thermal, so fix it. Change-Id: I27daf243812490a615bb0e5a93b5e20a401cfe9b CRs-Fixed: 3389336 --- umac/thermal/dispatcher/inc/wlan_thermal_public_struct.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/umac/thermal/dispatcher/inc/wlan_thermal_public_struct.h b/umac/thermal/dispatcher/inc/wlan_thermal_public_struct.h index 996d7c82f0..231d668412 100644 --- a/umac/thermal/dispatcher/inc/wlan_thermal_public_struct.h +++ b/umac/thermal/dispatcher/inc/wlan_thermal_public_struct.h @@ -1,5 +1,5 @@ /* Copyright (c) 2020-2021, The Linux Foundation. All rights reserved. - * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved. + * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -45,7 +45,7 @@ enum thermal_stats_request_type { }; /** - * thermal_throt_level_stats - thermal throttle info from Target + * struct thermal_throt_level_stats - thermal throttle info from Target * @start_temp_level: Start temperature range to capture thermal stats * @end_temp_level: End temperature range to capture thermal stats * @total_time_ms_lo: Start time for every thermal stats level in msec