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:
Helen Fornazier 2015-03-26 14:09:13 -03:00 committed by Greg Kroah-Hartman
parent 3866a3c6e5
commit 569a6dcf3d

View file

@ -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;