staging: sm750fb: Add space after struct definition
authorHelen Fornazier <helen.fornazier@gmail.com>
Thu, 26 Mar 2015 17:09:13 +0000 (14:09 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Mar 2015 23:06:49 +0000 (00:06 +0100)
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>
drivers/staging/sm750fb/ddk750_chip.c

index 02f9326a04044723f99359cf19a208d01a6a8373..c931e831f0b08af76e3b0bc8410ddf7d42733d65 100644 (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;
This page took 0.025898 seconds and 5 git commands to generate.