Skip to content

Commit

Permalink
staging: sm750fb: Add space after struct definition
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Helen Fornazier authored and Greg Kroah-Hartman committed Mar 26, 2015
1 parent 3866a3c commit 569a6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/sm750fb/ddk750_chip.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 569a6dc

Please sign in to comment.