Ramirez Luna, Omar wrote:
Fix obvious wrong comment formats in mbox migration.

Signed-off-by: Omar Ramirez Luna <omar.rami...@ti.com
---
 drivers/dsp/bridge/wmd/_tiomap.h    |    2 +-
 drivers/dsp/bridge/wmd/tiomap3430.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/dsp/bridge/wmd/_tiomap.h b/drivers/dsp/bridge/wmd/_tiomap.h
index e853777..71ef731 100644
--- a/drivers/dsp/bridge/wmd/_tiomap.h
+++ b/drivers/dsp/bridge/wmd/_tiomap.h
@@ -326,7 +326,7 @@ struct wmd_dev_context {
        u32 dw_dsp_start_add;   /* API Boot vector */
        u32 dw_internal_size;   /* Internal memory size */
- struct omap_mbox *mbox; /* Mail box handle*/
+       struct omap_mbox *mbox;         /* Mail box handle */
/*
         * Processor specific info is set when prog loaded and read from DCD.
diff --git a/drivers/dsp/bridge/wmd/tiomap3430.c 
b/drivers/dsp/bridge/wmd/tiomap3430.c
index d90518a..a972ea2 100644
--- a/drivers/dsp/bridge/wmd/tiomap3430.c
+++ b/drivers/dsp/bridge/wmd/tiomap3430.c
@@ -663,7 +663,7 @@ static dsp_status bridge_brd_start(struct wmd_dev_context 
*hDevContext,
                                               ul_dsp_clk_addr, sizeof(u32), 0);
                }
                /*
-                *Enable Mailbox events and also drain any pending
+                * Enable Mailbox events and also drain any pending
                 * stale messages.
                 */
                dev_context->mbox = omap_mbox_get("dsp");
Acked-by: Deepak Chitriki <deepak.chitr...@ti.com>

Deepak
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to