hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/include/linux/priority_control_manager.h
....@@ -34,7 +34,7 @@
3434 * @pcm_scheduler_priority_check: Callback to check if scheduling priority level can be requested
3535 */
3636 struct priority_control_manager_ops {
37
- /**
37
+ /*
3838 * pcm_scheduler_priority_check: This function can be used to check what priority its work
3939 * would be treated as based on the requested_priority value.
4040 *