[PATCH 3/3] Drivers: Staging: cxt1e1: stbeid: Fixed whitespace between function and parameters

2013-11-12 Thread Eric Skoglund
From: Eric Skoglund This patch fixes whitespace coding style errors: func () --> func() Signed-of-by: Eric Skoglund --- drivers/staging/cxt1e1/sbeid.c | 84 +- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/drivers/staging/cxt

[PATCH 2/3] Drivers: Staging: cxt1e1: sbeid: Fixed braces coding style issue

2013-11-12 Thread Eric Skoglund
From: Eric Skoglund This patch fixes a brace coding style issue. Signed-off-by: Eric Skoglund --- drivers/staging/cxt1e1/sbeid.c | 15 +-- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/drivers/staging/cxt1e1/sbeid.c b/drivers/staging/cxt1e1/sbeid.c index 75efbc3

[PATCH 1/3] Drivers: Staging: cxt1e1: sbeid: Fixed coding style issue - space -> tabs

2013-11-12 Thread Eric Skoglund
From: Eric Skoglund This patch converts spaces to tabs to conform to the coding style standards. Signed-off-by: Eric Skoglund --- drivers/staging/cxt1e1/sbeid.c | 318 - 1 file changed, 159 insertions(+), 159 deletions(-) diff --git a/drivers/staging