Staging: sm750fb: ddk750_dvi.h: Fix brace coding style issue
authorAnders Fridlund <anders.fridlund@gmail.com>
Thu, 9 Jul 2015 12:45:22 +0000 (14:45 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Jul 2015 01:31:12 +0000 (18:31 -0700)
This is a patch to the ddk750_dvi.h file that fixes up a brace error
found by the checkpatch.pl tool

Signed-off-by: Anders Fridlund <anders.fridlund@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/ddk750_dvi.h

index 83bbd6d..e1d4c9a 100644 (file)
@@ -26,8 +26,7 @@ typedef unsigned char (*PFN_DVICTRL_CHECKINTERRUPT)(void);
 typedef void (*PFN_DVICTRL_CLEARINTERRUPT)(void);
 
 /* Structure to hold all the function pointer to the DVI Controller. */
-typedef struct _dvi_ctrl_device_t
-{
+typedef struct _dvi_ctrl_device_t {
        PFN_DVICTRL_INIT                pfnInit;
        PFN_DVICTRL_RESETCHIP           pfnResetChip;
        PFN_DVICTRL_GETCHIPSTRING       pfnGetChipString;