Eliminate obsolete coding convention comments

Gets rid of single-line comments required by a previous set of
coding conventions. These comments provide no value to readers
and just clutter things up.

Change-Id: I2a08b12cf5026253de56979efdfc510e7e68defe
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
Allan Stephens 2015-06-01 09:50:33 -04:00 committed by Anas Nashif
commit a1bd59de35
77 changed files with 0 additions and 370 deletions

View file

@ -35,8 +35,6 @@ DESCRIPTION
This module provides the _NanoFatalErrorHandler() routine for ARM Cortex-M.
*/
/* includes */
#include <toolchain.h>
#include <sections.h>
@ -52,8 +50,6 @@ This module provides the _NanoFatalErrorHandler() routine for ARM Cortex-M.
#define PR_EXC(...)
#endif /* CONFIG_PRINTK */
/* globals */
/*
* Define a default ESF for use with _NanoFatalErrorHandler() in the event
* the caller does not have a NANO_ESF to pass