Re: [PATCH net] mISDN: Fix indenting in dsp_cmx.c

2019-05-22 Thread David Miller
From: Dan Carpenter Date: Tue, 21 May 2019 12:42:56 +0300 > We used a script to indent this code back in 2012, but I guess it got > confused by the ifdefs and added some extra tabs. This patch removes > them. > > Signed-off-by: Dan Carpenter Applied.

Re: [PATCH net] mISDN: Fix indenting in dsp_cmx.c

2019-05-21 Thread Dan Carpenter
On Tue, May 21, 2019 at 02:57:10AM -0700, Joe Perches wrote: > On Tue, 2019-05-21 at 12:42 +0300, Dan Carpenter wrote: > > We used a script to indent this code back in 2012, but I guess it got > > confused by the ifdefs and added some extra tabs. This patch removes > > them. > > Yup, thanks Dan.

Re: [PATCH net] mISDN: Fix indenting in dsp_cmx.c

2019-05-21 Thread Joe Perches
On Tue, 2019-05-21 at 12:42 +0300, Dan Carpenter wrote: > We used a script to indent this code back in 2012, but I guess it got > confused by the ifdefs and added some extra tabs. This patch removes > them. Yup, thanks Dan. Emacs indent-region made a mess of it. > drivers/isdn/mISDN/dsp_cmx.c |

[PATCH net] mISDN: Fix indenting in dsp_cmx.c

2019-05-21 Thread Dan Carpenter
We used a script to indent this code back in 2012, but I guess it got confused by the ifdefs and added some extra tabs. This patch removes them. Signed-off-by: Dan Carpenter --- drivers/isdn/mISDN/dsp_cmx.c | 427 +-- 1 file changed, 213 insertions(+), 214 deleti