Re: [PATCH] Malformatted switch statment

2018-12-02 Thread David Miller
From: Joris Gutjahr Date: Sun, 28 Oct 2018 17:45:46 +0100 > I fixed this coding style error I got after running > checkpatch --file on this file. > The problem was that the whole case block was on one line. > > Signed-off-by: Joris Gutjahr Frankly I think the existing code is more compact and

[PATCH] Malformatted switch statment

2018-10-28 Thread Joris Gutjahr
I fixed this coding style error I got after running checkpatch --file on this file. The problem was that the whole case block was on one line. Signed-off-by: Joris Gutjahr --- drivers/ide/amd74xx.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/drivers/ide/amd74