Re: [PATCH] staging: octeon: Indent with tabs instead of spaces

2020-07-24 Thread Dan Carpenter
On Wed, Jul 22, 2020 at 10:19:50PM +0500, Muhammad Usama Anjum wrote: > Remove a coding style error. It makes code more readable. > > Signed-off-by: Muhammad Usama Anjum > --- This isn't a part of the official style guide so the original is fine. regards, dan carpenter

Re: [PATCH] staging: octeon: Indent with tabs instead of spaces

2020-07-22 Thread Joe Perches
On Wed, 2020-07-22 at 22:19 +0500, Muhammad Usama Anjum wrote: > Remove a coding style error. It makes code more readable. [] > diff --git a/drivers/staging/octeon/ethernet-defines.h > b/drivers/staging/octeon/ethernet-defines.h [] > @@ -27,14 +27,14 @@ > #define REUSE_SKBUFFS_WITHOUT_FREE 1 >

[PATCH] staging: octeon: Indent with tabs instead of spaces

2020-07-22 Thread Muhammad Usama Anjum
Remove a coding style error. It makes code more readable. Signed-off-by: Muhammad Usama Anjum --- drivers/staging/octeon/ethernet-defines.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/octeon/ethernet-defines.h

Re: [PATCH] staging: octeon: indent with tabs instead of spaces

2019-11-18 Thread Dan Carpenter
On Mon, Nov 18, 2019 at 07:38:52PM +0100, Giovanni Gherdovich wrote: > Remove a coding style error from the Octeon driver's tree and keep > checkpatch.pl a little quieter. > > Being a white-spaces patch the chances of breakage are minimal; we don't > have the hardware to run this driver so we

[PATCH] staging: octeon: indent with tabs instead of spaces

2019-11-18 Thread Giovanni Gherdovich
Remove a coding style error from the Octeon driver's tree and keep checkpatch.pl a little quieter. Being a white-spaces patch the chances of breakage are minimal; we don't have the hardware to run this driver so we built it with COMPILE_TEST enabled on an x86 machine. Signed-off-by: Giovanni