Commit 63de0eb0 authored by Isaac Assegai's avatar Isaac Assegai Committed by Greg Kroah-Hartman

Staging: sm750fb: Replace spaces with tabs at the start of lines

Replace spaces at the start of lines with tabs to rectify
the following warning:
WARNING: please, no spaces at the start of a line
Signed-off-by: default avatarIsaac Assegai <isaac.a.travers@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 44af49b6
...@@ -45,24 +45,29 @@ pll_value_t; ...@@ -45,24 +45,29 @@ pll_value_t;
typedef struct _initchip_param_t typedef struct _initchip_param_t
{ {
unsigned short powerMode; /* Use power mode 0 or 1 */ unsigned short powerMode; /* Use power mode 0 or 1 */
unsigned short chipClock; /* Speed of main chip clock in MHz unit unsigned short chipClock; /**
0 = keep the current clock setting * Speed of main chip clock in MHz unit
Others = the new main chip clock * 0 = keep the current clock setting
* Others = the new main chip clock
*/ */
unsigned short memClock; /* Speed of memory clock in MHz unit unsigned short memClock; /**
0 = keep the current clock setting * Speed of memory clock in MHz unit
Others = the new memory clock * 0 = keep the current clock setting
* Others = the new memory clock
*/ */
unsigned short masterClock; /* Speed of master clock in MHz unit unsigned short masterClock; /**
0 = keep the current clock setting * Speed of master clock in MHz unit
Others = the new master clock * 0 = keep the current clock setting
* Others = the new master clock
*/ */
unsigned short setAllEngOff; /* 0 = leave all engine state untouched. unsigned short setAllEngOff; /**
1 = make sure they are off: 2D, Overlay, * 0 = leave all engine state untouched.
video alpha, alpha, hardware cursors * 1 = make sure they are off: 2D, Overlay,
* video alpha, alpha, hardware cursors
*/ */
unsigned char resetMemory; /* 0 = Do not reset the memory controller unsigned char resetMemory; /**
1 = Reset the memory controller * 0 = Do not reset the memory controller
* 1 = Reset the memory controller
*/ */
/* More initialization parameter can be added if needed */ /* More initialization parameter can be added if needed */
......
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