zephyr/tests/kernel/msgq/msgq_api/src
Punit Vara fe882f407d tests: Remove camel case and fix coding style
Test whichever had Camel case defined for functions and variables have
been replaced.

Following warnings have been fixed in test cases as well.
- line over 80 characters
- Macros with flow control statements should be avoided
- Macros with complex values should be enclosed in parentheses
- break quoted strings at a space character
- do not add new typedefs
- Comparisons should place the constant on the right
  side of the test
- suspect code indent for conditional statements
- Missing a blank line after declarations
- macros should not use a trailing semicolon
- Macros with multiple statements should be
  enclosed in a do - while loop
- do not use C99 // comments

JIRA: ZEP-2249

Signed-off-by: Punit Vara <punit.vara@intel.com>
2017-06-29 07:00:50 -04:00
..
main.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Makefile
test_msgq_contexts.c tests: Remove camel case and fix coding style 2017-06-29 07:00:50 -04:00
test_msgq_fail.c tests: convert to using newly introduced integer sized types 2017-04-21 09:53:49 -05:00
test_msgq_purge.c tests: use K_THREAD_STACK_DEFINE macros 2017-06-09 18:53:28 -04:00
test_msgq.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00