Re: [PATCH] target/ppc: Untabify excp_helper.c

2020-05-07 Thread David Gibson
On Thu, May 07, 2020 at 06:11:23PM +0200, Greg Kurz wrote: > Some tabs crept in with a recent change. > > Fixes: 6dc6b557913f "target/ppc: Improve syscall exception logging" > Signed-off-by: Greg Kurz Applied, thanks. Not quite sure why my pre-commit hook didn't catch this before I sent the

Re: [PATCH] target/ppc: Untabify excp_helper.c

2020-05-07 Thread Philippe Mathieu-Daudé
On 5/7/20 6:11 PM, Greg Kurz wrote: Some tabs crept in with a recent change. Fixes: 6dc6b557913f "target/ppc: Improve syscall exception logging" Signed-off-by: Greg Kurz Reviewed-by: Philippe Mathieu-Daudé using `git-diff --ignore-space-change`. --- target/ppc/excp_helper.c | 16

[PATCH] target/ppc: Untabify excp_helper.c

2020-05-07 Thread Greg Kurz
Some tabs crept in with a recent change. Fixes: 6dc6b557913f "target/ppc: Improve syscall exception logging" Signed-off-by: Greg Kurz --- target/ppc/excp_helper.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/target/ppc/excp_helper.c