staging: sm750fb: Fix line over 80 characters.
authorVarsha Rao <rvarsha016@gmail.com>
Mon, 27 Feb 2017 10:05:33 +0000 (15:35 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Mar 2017 08:17:06 +0000 (09:17 +0100)
Line over 80 characters are split to fix the following checkpatch issue:

WARNING: line over 80 characters

Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/ddk750_chip.c

index 7948ca9..9e49298 100644 (file)
@@ -69,11 +69,11 @@ static void set_chip_clock(unsigned int frequency)
                pll.clockType = MXCLK_PLL;
 
                /*
-                * Call sm750_calc_pll_value() to fill the other fields of the PLL
-                * structure. Sometimes, the chip cannot set up the exact
-                * clock required by the User.
-                * Return value of sm750_calc_pll_value gives the actual possible
-                * clock.
+                * Call sm750_calc_pll_value() to fill the other fields
+                * of the PLL structure. Sometimes, the chip cannot set
+                * up the exact clock required by the User.
+                * Return value of sm750_calc_pll_value gives the actual
+                * possible clock.
                 */
                ulActualMxClk = sm750_calc_pll_value(frequency, &pll);