diff mbox

powerpc/tm: Fix comment

Message ID 20170508061831.4335-1-mikey@neuling.org (mailing list archive)
State Accepted
Commit 2bafb7ffa3e0908ad2e69b94c436a0326ef2e7e1
Headers show

Commit Message

Michael Neuling May 8, 2017, 6:18 a.m. UTC
Update to real function name.

Signed-off-by: Michael Neuling <mikey@neuling.org>
---
 arch/powerpc/kernel/tm.S | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Michael Ellerman June 29, 2017, 12:21 p.m. UTC | #1
On Mon, 2017-05-08 at 06:18:31 UTC, Michael Neuling wrote:
> Update to real function name.
> 
> Signed-off-by: Michael Neuling <mikey@neuling.org>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/2bafb7ffa3e0908ad2e69b94c436a0

cheers
diff mbox

Patch

diff --git a/arch/powerpc/kernel/tm.S b/arch/powerpc/kernel/tm.S
index 3a2d04134d..c4ba37822b 100644
--- a/arch/powerpc/kernel/tm.S
+++ b/arch/powerpc/kernel/tm.S
@@ -313,8 +313,8 @@  dont_backup_fp:
 	blr
 
 
-	/* void tm_recheckpoint(struct thread_struct *thread,
-	 *			unsigned long orig_msr)
+	/* void __tm_recheckpoint(struct thread_struct *thread,
+	 *			  unsigned long orig_msr)
 	 *	- Restore the checkpointed register state saved by tm_reclaim
 	 *	  when we switch_to a process.
 	 *