Re: [PATCH 1/3] DSPBRIDGE: fix checkpatch error introduced with mailbox patches

2010-03-25 Thread Omar Ramirez Luna
On 3/24/2010 2:11 PM, Chitriki Rudramuni, Deepak wrote: Omar Ramirez Luna wrote: This fixes: ERROR: foo* bar should be foo *bar 218: FILE: drivers/dsp/bridge/wmd/_tiomap.h:374: +dsp_status sm_interrupt_dsp(struct wmd_dev_context* dev_context, u16 mb_val); Signed-off-by: Omar Ramirez

Re: [PATCH 1/3] DSPBRIDGE: fix checkpatch error introduced with mailbox patches

2010-03-24 Thread Deepak Chitriki
Omar Ramirez Luna wrote: This fixes: ERROR: foo* bar should be foo *bar 218: FILE: drivers/dsp/bridge/wmd/_tiomap.h:374: +dsp_status sm_interrupt_dsp(struct wmd_dev_context* dev_context, u16 mb_val); Signed-off-by: Omar Ramirez Luna omar.rami...@ti.com --- drivers/dsp/bridge/wmd/_tiomap.h |

[PATCH 1/3] DSPBRIDGE: fix checkpatch error introduced with mailbox patches

2010-03-23 Thread Omar Ramirez Luna
This fixes: ERROR: foo* bar should be foo *bar 218: FILE: drivers/dsp/bridge/wmd/_tiomap.h:374: +dsp_status sm_interrupt_dsp(struct wmd_dev_context* dev_context, u16 mb_val); Signed-off-by: Omar Ramirez Luna omar.rami...@ti.com --- drivers/dsp/bridge/wmd/_tiomap.h |2 +- 1 files changed, 1