Re: [PATCH] Staging:sm750fb:ddk750_chip.c:Fixed coding style in comments
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2016-08-21 21:28:12
Also in:
lkml
On Sun, Jun 12, 2016 at 07:00:41PM +0530, Rithvik Patibandla wrote:
quoted hunk ↗ jump to hunk
The following patch fixes format of some comments. Signed-off-by: Rithvik Patibandla <redacted> --- drivers/staging/sm750fb/ddk750_chip.c | 71 +++++++++++++++++++---------------- 1 file changed, 38 insertions(+), 33 deletions(-)diff --git a/drivers/staging/sm750fb/ddk750_chip.c b/drivers/staging/sm750fb/ddk750_chip.c index f80ee77..8cb5cb9 100644 --- a/drivers/staging/sm750fb/ddk750_chip.c +++ b/drivers/staging/sm750fb/ddk750_chip.c@@ -70,11 +70,11 @@ static void setChipClock(unsigned int frequency) pll.inputFreq = DEFAULT_INPUT_CLOCK; /* Defined in CLOCK.H */ pll.clockType = MXCLK_PLL; - /* - * Call calcPllValue() to fill up the other fields for PLL structure. - * Sometime, the chip cannot set up the exact clock required by User. - * Return value from calcPllValue() gives the actual possible clock. - */ + /* + * Call calcPllValue() to fill up the other fields for PLL structure. + * Sometime, the chip cannot set up the exact clock required by User. + * Return value from calcPllValue() gives the actual possible clock. + */
Really? Does that look correct to you? hint your indentation is totally wrong :( Please be more careful... greg k-h