Commit 8726d488 authored by Varsha Rao's avatar Varsha Rao Committed by Greg Kroah-Hartman

staging: sm750fb: Fix line over 80 characters.

Line over 80 characters are split to fix the following checkpatch issue:

WARNING: line over 80 characters
Signed-off-by: default avatarVarsha Rao <rvarsha016@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f0588efb
...@@ -69,11 +69,11 @@ static void set_chip_clock(unsigned int frequency) ...@@ -69,11 +69,11 @@ static void set_chip_clock(unsigned int frequency)
pll.clockType = MXCLK_PLL; pll.clockType = MXCLK_PLL;
/* /*
* Call sm750_calc_pll_value() to fill the other fields of the PLL * Call sm750_calc_pll_value() to fill the other fields
* structure. Sometimes, the chip cannot set up the exact * of the PLL structure. Sometimes, the chip cannot set
* clock required by the User. * up the exact clock required by the User.
* Return value of sm750_calc_pll_value gives the actual possible * Return value of sm750_calc_pll_value gives the actual
* clock. * possible clock.
*/ */
ulActualMxClk = sm750_calc_pll_value(frequency, &pll); ulActualMxClk = sm750_calc_pll_value(frequency, &pll);
......
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