mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 21:45:08 -04:00
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:
committed by
Greg Kroah-Hartman
parent
3866a3c6e5
commit
569a6dcf3d
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user