Commit de99befd authored by Ragavendra Nagraj's avatar Ragavendra Nagraj Committed by Greg Kroah-Hartman

staging: sm750fb: Fixed no space and indent warns

This patch fixes the no spaces and indent warnings identified by the
checkpath.pl script for the entire ddk750_chip.c file by using
appropriate tab spaces and indents accordingly.
Signed-off-by: default avatarRagavendra Nagraj <ragavendra.bn@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6a9df430
...@@ -193,7 +193,7 @@ void setMemoryClock(unsigned int frequency) ...@@ -193,7 +193,7 @@ void setMemoryClock(unsigned int frequency)
void setMasterClock(unsigned int frequency) void setMasterClock(unsigned int frequency)
{ {
unsigned int ulReg, divisor; unsigned int ulReg, divisor;
#if 1 #if 1
/* Cheok_0509: For SM750LE, the memory clock is fixed. Nothing to set. */ /* Cheok_0509: For SM750LE, the memory clock is fixed. Nothing to set. */
if (getChipType() == SM750LE) if (getChipType() == SM750LE)
return; return;
......
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