]> www.infradead.org Git - users/jedix/linux-maple.git/commit
powerpc: Don't use --- in kernel logs
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Wed, 12 Feb 2025 07:40:48 +0000 (08:40 +0100)
committerMadhavan Srinivasan <maddy@linux.ibm.com>
Tue, 29 Apr 2025 06:11:38 +0000 (11:41 +0530)
commitb2f64cf1585a3afd06261dd4ae067136b6a66eb4
tree6d3f5c5a2463c5a5d5ee6de83223a592839e3802
parent882b25af265de8e05c66f72b9a29f6047102958f
powerpc: Don't use --- in kernel logs

When a kernel log containing --- at the start of a line is copied into
a patch message, 'git am' drops everything located after that ---.

Replace --- by ---- to avoid that.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com>
Link: https://patch.msgid.link/54a1f8d2c3fb5b95434039724c8c141052ae5cc0.1739346038.git.christophe.leroy@csgroup.eu
arch/powerpc/kernel/process.c
arch/powerpc/xmon/xmon.c