Commit 39522031 authored by Besar Wicaksono's avatar Besar Wicaksono Committed by Will Deacon
Browse files

ACPI: APMT: Fix kerneldoc and indentation



Add missing kerneldoc and fix alignment on one of the arguments of
apmt_add_platform_device function.

Signed-off-by: default avatarBesar Wicaksono <bwicaksono@nvidia.com>
Link: https://lore.kernel.org/r/20221111234323.16182-1-bwicaksono@nvidia.com


[will: Fixed up additional indentation issue]
Signed-off-by: default avatarWill Deacon <will@kernel.org>
parent c2465f95
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -66,6 +66,7 @@ static int __init apmt_init_resources(struct resource *res,
/**
 * apmt_add_platform_device() - Allocate a platform device for APMT node
 * @node: Pointer to device ACPI APMT node
 * @fwnode: fwnode associated with the APMT node
 *
 * Returns: 0 on success, <0 failure
 */