staging: sm750fb: Add space after struct definition
This patch fixes checkpatch.pl warning: WARNING: missing space after struct definition +typedef struct _pllcalparam{ Signed-off-by: Helen Fornazier <helen.fornazier@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3866a3c6e5
commit
569a6dcf3d
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
#include "ddk750_reg.h"
|
||||
#include "ddk750_chip.h"
|
||||
#include "ddk750_power.h"
|
||||
typedef struct _pllcalparam{
|
||||
typedef struct _pllcalparam {
|
||||
unsigned char power;/* d : 0~ 6*/
|
||||
unsigned char pod;
|
||||
unsigned char od;
|
||||
|
|
Loading…
Add table
Reference in a new issue