Commit 28d426e1 authored by Ramesh Gupta's avatar Ramesh Gupta Committed by Hari Kanigeri

OMAP4 syslink header file cleanup 2

This patch fixes coding style issues.
Signed-off-by: default avatarRamesh Gupta G <grgupta@ti.com>
parent 740827dd
...@@ -107,15 +107,15 @@ returnCodeIfMismatch, spyCodeIfMisMatch) do {\ ...@@ -107,15 +107,15 @@ returnCodeIfMismatch, spyCodeIfMisMatch) do {\
/* /*
* MACRO: CHECK_INPUT_RANGE_MIN0 * MACRO: CHECK_INPUT_RANGE_MIN0
* *
* DESCRIPTION: Checks an input value and returns a * DESCRIPTION: Checks an input value and returns a
* specified value if not in * specified value if not in
* specified range, also writes spy value if error found. * specified range, also writes spy value if error found.
* The minimum * The minimum
* value is 0. * value is 0.
* *
* NOTE: Can be disabled to save HW cycles. * NOTE: Can be disabled to save HW cycles.
* *
* *
*/ */
#define CHECK_INPUT_RANGE_MIN0(actualValue, maxValidValue, \ #define CHECK_INPUT_RANGE_MIN0(actualValue, maxValidValue, \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment