Commit 0221381c authored by Amitoj Kaur Chawla's avatar Amitoj Kaur Chawla Committed by Greg Kroah-Hartman

staging: sm750fb: Remove multiple blank lines

Remove multiple blank lines. Problem found using checkpatch.pl
CHECK: Please don't use multiple blank lines
Signed-off-by: default avatarAmitoj Kaur Chawla <amitoj1606@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 43ce0b53
...@@ -16,7 +16,6 @@ typedef enum _logical_chip_type_t { ...@@ -16,7 +16,6 @@ typedef enum _logical_chip_type_t {
} }
logical_chip_type_t; logical_chip_type_t;
typedef enum _clock_type_t { typedef enum _clock_type_t {
MXCLK_PLL, MXCLK_PLL,
PRIMARY_PLL, PRIMARY_PLL,
...@@ -70,7 +69,6 @@ typedef struct _initchip_param_t { ...@@ -70,7 +69,6 @@ typedef struct _initchip_param_t {
} }
initchip_param_t; initchip_param_t;
logical_chip_type_t getChipType(void); logical_chip_type_t getChipType(void);
unsigned int calcPllValue(unsigned int request, pll_value_t *pll); unsigned int calcPllValue(unsigned int request, pll_value_t *pll);
unsigned int formatPllReg(pll_value_t *pPLL); unsigned int formatPllReg(pll_value_t *pPLL);
...@@ -78,5 +76,4 @@ void ddk750_set_mmio(void __iomem *, unsigned short, char); ...@@ -78,5 +76,4 @@ void ddk750_set_mmio(void __iomem *, unsigned short, char);
unsigned int ddk750_getVMSize(void); unsigned int ddk750_getVMSize(void);
int ddk750_initHw(initchip_param_t *); int ddk750_initHw(initchip_param_t *);
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment