2014-01-09 23:40:46

by Michał Kwiatkowski

[permalink] [raw]
Subject: [PATCH] Staging: comedi: amcc_s5933: "no space before tabs" coding style fixes.

Fixed a coding style issues.

Signed-off-by: Michal Kwiatkowski <[email protected]>
---
drivers/staging/comedi/drivers/amcc_s5933.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/staging/comedi/drivers/amcc_s5933.h b/drivers/staging/comedi/drivers/amcc_s5933.h
index b810d5f..2ba7364 100644
--- a/drivers/staging/comedi/drivers/amcc_s5933.h
+++ b/drivers/staging/comedi/drivers/amcc_s5933.h
@@ -145,12 +145,12 @@
#define AINT_READ_COMPL 0x00008000
#define AINT_WRITE_COMPL 0x00004000

-#define AINT_OMB_ENABLE 0x00001000
-#define AINT_OMB_SELECT 0x00000c00
+#define AINT_OMB_ENABLE 0x00001000
+#define AINT_OMB_SELECT 0x00000c00
#define AINT_OMB_BYTE 0x00000300

-#define AINT_IMB_ENABLE 0x00000010
-#define AINT_IMB_SELECT 0x0000000c
+#define AINT_IMB_ENABLE 0x00000010
+#define AINT_IMB_SELECT 0x0000000c
#define AINT_IMB_BYTE 0x00000003

/* these are bits from various different registers, needs cleanup XXX */
--
1.7.9.5


2014-01-10 10:33:36

by Ian Abbott

[permalink] [raw]
Subject: Re: [PATCH] Staging: comedi: amcc_s5933: "no space before tabs" coding style fixes.

On 2014-01-09 22:58, Michal Kwiatkowski wrote:
> Fixed a coding style issues.
>
> Signed-off-by: Michal Kwiatkowski <[email protected]>
> ---
> drivers/staging/comedi/drivers/amcc_s5933.h | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/staging/comedi/drivers/amcc_s5933.h b/drivers/staging/comedi/drivers/amcc_s5933.h
> index b810d5f..2ba7364 100644
> --- a/drivers/staging/comedi/drivers/amcc_s5933.h
> +++ b/drivers/staging/comedi/drivers/amcc_s5933.h
> @@ -145,12 +145,12 @@
> #define AINT_READ_COMPL 0x00008000
> #define AINT_WRITE_COMPL 0x00004000
>
> -#define AINT_OMB_ENABLE 0x00001000
> -#define AINT_OMB_SELECT 0x00000c00
> +#define AINT_OMB_ENABLE 0x00001000
> +#define AINT_OMB_SELECT 0x00000c00
> #define AINT_OMB_BYTE 0x00000300
>
> -#define AINT_IMB_ENABLE 0x00000010
> -#define AINT_IMB_SELECT 0x0000000c
> +#define AINT_IMB_ENABLE 0x00000010
> +#define AINT_IMB_SELECT 0x0000000c
> #define AINT_IMB_BYTE 0x00000003
>
> /* these are bits from various different registers, needs cleanup XXX */
>

Harmless. (Good!)

Reviewed-by: Ian Abbott <[email protected]>

--
-=( Ian Abbott @ MEV Ltd. E-mail: <[email protected]> )=-
-=( Tel: +44 (0)161 477 1898 FAX: +44 (0)161 718 3587 )=-