summaryrefslogtreecommitdiff
path: root/drivers/staging/ced1401/use14_ioc.h
diff options
context:
space:
mode:
authorElena Ufimtseva <ufimtseva@gmail.com>2013-05-15 16:57:18 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-05-15 17:16:22 (GMT)
commite035b590a645c22ed451ca3b8d25c046e7caa6ce (patch)
tree3216ceba9f8bc3d464bf8ff96365d39fade16d09 /drivers/staging/ced1401/use14_ioc.h
parentd9f8374ba0c05262c9ee8816ee35fc13ece1ad3c (diff)
downloadlinux-fsl-qoriq-e035b590a645c22ed451ca3b8d25c046e7caa6ce.tar.xz
Staging: ced1401: Fixes 'open brace should be on the previous line'.
Fixes checkpatch warnings 'open brace should be on the previous line'. Signed-off-by: Elena Ufimtseva <ufimtseva@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ced1401/use14_ioc.h')
-rw-r--r--drivers/staging/ced1401/use14_ioc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/ced1401/use14_ioc.h b/drivers/staging/ced1401/use14_ioc.h
index 3a5678a..be99c4a 100644
--- a/drivers/staging/ced1401/use14_ioc.h
+++ b/drivers/staging/ced1401/use14_ioc.h
@@ -269,8 +269,7 @@ typedef union /* to communicate with 1401 driver status & control funcs */
typedef TCSBLOCK* LPTCSBLOCK;
-typedef struct paramBlk
-{
+typedef struct paramBlk {
short sState;
TCSBLOCK csBlock;
} PARAMBLK;