Skip to content

Commit c76fba3

Browse files
zhangshkctmarinas
authored andcommitted
arm64: kernel: Update the stale comment
Commit af391b1 ("arm64: kernel: rename __cpu_suspend to keep it aligned with arm") has used @index instead of @arg, but the comment is stale, update it. Cc: Sudeep Holla <[email protected]> Cc: Will Deacon <[email protected]> Signed-off-by: Shaokun Zhang <[email protected]> Reviewed-by: Sudeep Holla <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
1 parent 5d8505f commit c76fba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/kernel/cpuidle.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ int arm_cpuidle_init(unsigned int cpu)
2929

3030
/**
3131
* arm_cpuidle_suspend() - function to enter a low-power idle state
32-
* @arg: argument to pass to CPU suspend operations
32+
* @index: argument to pass to CPU suspend operations
3333
*
3434
* Return: 0 on success, -EOPNOTSUPP if CPU suspend hook not initialized, CPU
3535
* operations back-end error code otherwise.

0 commit comments

Comments
 (0)