]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/signal32: Rename local pointers in handle_rt_signal32()
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Tue, 18 Aug 2020 17:19:26 +0000 (17:19 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 3 Dec 2020 14:01:13 +0000 (01:01 +1100)
commit474cbee148f53cf7608e2b7f5bb3cd2c91b9e836
tree0b705a36ffa1e2b4348acd9a5817253ef8f72368
parent558de9bea3eec5a4c2fec1fe16736f3917f4d9df
powerpc/signal32: Rename local pointers in handle_rt_signal32()

Rename pointers in handle_rt_signal32() to make it more similar to
handle_signal32()

tm_frame becomes tm_mctx
frame becomes mctx
rt_sf becomes frame

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/be77477b0f05397876015b218e36548ee8f5e10b.1597770847.git.christophe.leroy@csgroup.eu
arch/powerpc/kernel/signal_32.c