Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: sm750fb: ddk750_dvi.h: Fix brace coding style issue

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>

authored by

Anders Fridlund and committed by
Greg Kroah-Hartman
a43abee7 df525686

+1 -2
+1 -2
drivers/staging/sm750fb/ddk750_dvi.h
··· 26 26 typedef void (*PFN_DVICTRL_CLEARINTERRUPT)(void); 27 27 28 28 /* Structure to hold all the function pointer to the DVI Controller. */ 29 - typedef struct _dvi_ctrl_device_t 30 - { 29 + typedef struct _dvi_ctrl_device_t { 31 30 PFN_DVICTRL_INIT pfnInit; 32 31 PFN_DVICTRL_RESETCHIP pfnResetChip; 33 32 PFN_DVICTRL_GETCHIPSTRING pfnGetChipString;