powercap: dtpm: Fix kernel-doc for dtpm_create_hierarchy() function
authorYang Li <yang.lee@linux.alibaba.com>
Fri, 1 Mar 2024 08:18:02 +0000 (16:18 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 1 Mar 2024 20:39:10 +0000 (21:39 +0100)
commit44c9cf9aaa48c308b31dba3001d821d74155fc3d
tree4c517dd402c69c0ddf355213ac9f0212418bc989
parentb50155cb0d609437236c88201206267835c6f965
powercap: dtpm: Fix kernel-doc for dtpm_create_hierarchy() function

The existing comment block above the dtpm_create_hierarchy function
does not conform to the kernel-doc standard. This patch fixes the
documentation to match the expected kernel-doc format, which includes
a structured documentation header with param and return value.

Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/powercap/dtpm.c