Hi Ernesto, On Fri, 2010-03-05 at 01:39 +0100, ext Ramos Falcon, Ernesto wrote: > From 1d7f5d634176be558d5a60e26ee2bdeddffd7d3b Mon Sep 17 00:00:00 2001 > From: Cris Jansson <cjans...@ti.com> > Date: Thu, 25 Feb 2010 11:38:23 -0600 > Subject: [PATCH] DSPBRIDGE: MMU-Fault debugging enhancements > > These changes allow for DSP task information to be printed > by the MPU dspbridge when DSP MMU fault ocurrs. > > Signed-off-by: Cris Jansson <cjans...@ti.com> > [change to open soutce coding style]
source > Signed-off-by: Ernesto Ramos <erne...@ti.com> > --- > arch/arm/plat-omap/include/dspbridge/dbll.h | 3 + > arch/arm/plat-omap/include/dspbridge/gh.h | 3 + > arch/arm/plat-omap/include/dspbridge/io_sm.h | 5 + > arch/arm/plat-omap/include/dspbridge/nldr.h | 3 + > arch/arm/plat-omap/include/dspbridge/node.h | 12 + > drivers/dsp/bridge/Makefile | 1 + > drivers/dsp/bridge/gen/gh.c | 22 ++ > drivers/dsp/bridge/pmgr/dbll.c | 62 +++ > drivers/dsp/bridge/rmgr/nldr.c | 71 ++++ > drivers/dsp/bridge/rmgr/node.c | 31 ++ > drivers/dsp/bridge/wmd/io_sm.c | 515 > ++++++++++++++++++++------ > drivers/dsp/bridge/wmd/ue_deh.c | 67 +++- > 12 files changed, 680 insertions(+), 115 deletions(-) <Snip> > + > +/* > + * ======== node_find_addr ======== > + * Purpose: > + * Find the closest symbol to the given address. > + * Parameters: > + * > + */ Since you are adhering to open source coding style why not use linux kernel commenting style at all places in patch ;) Cheers, Ameya. -- 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