mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-08 04:02:31 +00:00
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> |
||
---|---|---|
.. | ||
benchmarks | ||
bluetooth | ||
booting/stub | ||
compliance | ||
crypto | ||
drivers | ||
include | ||
kernel | ||
lib/json | ||
net | ||
power | ||
shell | ||
subsys | ||
unit | ||
ztest | ||
Kconfig | ||
Makefile | ||
Makefile.test |