projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83d6283
)
Staging: sm750fb: fix line length coding style issue in ddk750_chip.c
author
Moshe Green
<mgmoshes@gmail.com>
Sun, 5 Jun 2016 19:09:24 +0000
(22:09 +0300)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 21 Aug 2016 16:07:03 +0000
(18:07 +0200)
This is a patch to the ddk750_chip.c file that fixes up a line length
warning found by the checkpatch.pl tool
Signed-off-by: Moshe Green <mgmoshes@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/ddk750_chip.c
patch
|
blob
|
history
diff --git
a/drivers/staging/sm750fb/ddk750_chip.c
b/drivers/staging/sm750fb/ddk750_chip.c
index e6bb5040e9888a5edd4bf5ff3e6877d3a6fa6342..4db80db5a4b896c9f30484dcbf6beb78d8913f2b 100644
(file)
--- a/
drivers/staging/sm750fb/ddk750_chip.c
+++ b/
drivers/staging/sm750fb/ddk750_chip.c
@@
-86,7
+86,9
@@
static void setMemoryClock(unsigned int frequency)
{
unsigned int reg, divisor;
- /* 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)
return;