File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ grep 'MISRA Ref 11.4.2' . -rI
2727_ Ref 4.7.1_
2828
2929- MISRA C:2012 Directive 4.7: Return value shall be checked.
30- MISRA warns against not checking the return value of functions that
30+ MISRA warns against not checking the return value of functions that
3131 does return. However, the violations reported in FreeRTOS-Plus-TCP
32- library for this directive are for the cases where the validity of the
33- subsequent expressions are validated by ways other than return
34- value of the called function, for example pointer value
32+ library for this directive are for the cases where the validity of the
33+ subsequent expressions are validated by ways other than return
34+ value of the called function, for example pointer value
3535 that was passed as argument.
3636
3737#### Directive 4.12
You can’t perform that action at this time.
0 commit comments