zephyr/subsys
Flavio Ceolin c16b1d08df misra: Ignoring the return atomic_set when not used
The function atomic_set return the previous value of the
target. Sometimes this value is irrelevant, e.g when initializing a
variable.

As MISRA-C rule 17.7 requires that the value returned by a non-void
function must be used, we have to explicitly ignore some cases.

MISRA-C rule 17.7

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2018-11-29 10:18:59 -08:00
..
app_memory
bluetooth Bluetooth: Mesh: Fix matching for all elements of an LPN 2018-11-29 17:55:23 +02:00
console
cpp c++: kconfig: EXCEPTIONS needs to depend on NEWLIB_LIBC 2018-11-28 13:51:35 -08:00
debug misc/printk: Make the default char_out routine weak 2018-11-14 19:08:27 -05:00
dfu dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
disk
fb
fs dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
logging misra: Ignoring the return atomic_set when not used 2018-11-29 10:18:59 -08:00
mgmt subsys/mgmt: Avoid C++ comments inside C comments 2018-11-15 17:38:25 -05:00
net net: mqtt: Fix NULL pointer dereference in logs 2018-11-28 13:09:46 -08:00
power power: Move application level API's to public header 2018-11-26 18:38:40 -08:00
random
settings
shell shell: fix double new line print for RTT backend 2018-11-29 11:54:56 +01:00
stats
storage storage: flash_map: Make flash_map as extern 2018-11-20 11:15:16 +01:00
usb serial: Change poll_out signature 2018-11-29 10:18:59 -08:00
CMakeLists.txt
Kconfig