Staging:tidspbridge Fix minor checkpatch.pl warning unnecessary whitespace before...
authorAdithya Krishnamurthy <linux.challenge1@gmail.com>
Tue, 15 Jul 2014 16:48:19 +0000 (22:18 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Jul 2014 04:00:42 +0000 (21:00 -0700)
Fixed checkpatch "WARNING: unnecessary whitespace before a quoted newline"

Signed-off-by: Adithya Krishnamurthy <linux.challenge1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/tidspbridge/core/tiomap3430.c

index f63dd8f4dde9c0504d18888fa59ed085bfd62d23..0559ab63b63e3bb4491c9d2307c1e3b742a27d1a 100644 (file)
@@ -536,7 +536,7 @@ static int bridge_brd_start(struct bridge_dev_context *dev_ctxt,
                if ((unsigned int *)ul_dsp_clk_addr != NULL) {
                        /* Get the clock rate */
                        ul_dsp_clk_rate = dsp_clk_get_iva2_rate();
-                       dev_dbg(bridge, "%s: DSP clock rate (KHZ): 0x%x \n",
+                       dev_dbg(bridge, "%s: DSP clock rate (KHZ): 0x%x\n",
                                __func__, ul_dsp_clk_rate);
                        (void)bridge_brd_write(dev_context,
                                               (u8 *) &ul_dsp_clk_rate,
This page took 0.025725 seconds and 5 git commands to generate.