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
Этот коммит содержится в:
Jeff Johnson
2023-01-26 12:07:06 -08:00
коммит произвёл Madan Koyyalamudi
родитель 110b8dfe15
Коммит f68d690127

Просмотреть файл

@@ -1,5 +1,5 @@
/* Copyright (c) 2020-2021, The Linux Foundation. All rights reserved. /* 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 * Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * 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 * @start_temp_level: Start temperature range to capture thermal stats
* @end_temp_level: End 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 * @total_time_ms_lo: Start time for every thermal stats level in msec