From: Moshe Green Date: Mon, 6 Jun 2016 19:04:32 +0000 (+0300) Subject: Staging: sm750fb: fix block comment coding style issue in ddk750_chip.c X-Git-Tag: v4.9-rc1~119^2~963 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d943005ac0902dade9d6641b3d9d5c959bc77a07;p=karo-tx-linux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/sm750fb/ddk750_chip.c b/drivers/staging/sm750fb/ddk750_chip.c index 4db80db5a4b8..c1356bb501a6 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);