summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb
diff options
context:
space:
mode:
authorMoshe Green <mgmoshes@gmail.com>2016-06-06 22:04:32 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-08-21 18:07:04 +0200
commitd943005ac0902dade9d6641b3d9d5c959bc77a07 (patch)
treee61fee05d1b6c32813b6273a97b95e71b85a6cf5 /drivers/staging/sm750fb
parentf90416df64a156cfe0708e1305dce5f23399cd18 (diff)
downloadop-kernel-dev-d943005ac0902dade9d6641b3d9d5c959bc77a07.zip
op-kernel-dev-d943005ac0902dade9d6641b3d9d5c959bc77a07.tar.gz
Staging: sm750fb: fix block comment coding style issue in ddk750_chip.c
This is a patch to the ddk750_chip.c file that fixes up two block comment coding style warnings found by the checkpatch.pl tool Signed-off-by: Moshe Green <mgmoshes@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/sm750fb')
-rw-r--r--drivers/staging/sm750fb/ddk750_chip.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/staging/sm750fb/ddk750_chip.c b/drivers/staging/sm750fb/ddk750_chip.c
index 4db80db..c1356bb 100644
--- a/drivers/staging/sm750fb/ddk750_chip.c
+++ b/drivers/staging/sm750fb/ddk750_chip.c
@@ -93,8 +93,10 @@ static void setMemoryClock(unsigned int frequency)
return;
if (frequency) {
- /* Set the frequency to the maximum frequency that the DDR Memory can take
- which is 336MHz. */
+ /*
+ * Set the frequency to the maximum frequency that the DDR Memory can take
+ * which is 336MHz.
+ */
if (frequency > MHz(336))
frequency = MHz(336);
OpenPOWER on IntegriCloud