[XEN PATCH 0/2] address some violations of MISRA C Rule 17.7

Nicola Vetrini posted 2 patches 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/cover.1708680104.git.nicola.vetrini@bugseng.com
xen/common/cpu.c            | 31 +++++++++++++++++++------------
xen/drivers/char/consoled.c | 17 +++++------------
xen/include/xen/consoled.h  |  4 ++--
3 files changed, 26 insertions(+), 26 deletions(-)
[XEN PATCH 0/2] address some violations of MISRA C Rule 17.7
Posted by Nicola Vetrini 2 months ago
MISRA C Rule 17.7 states: "The value returned by a function having non-void
return type shall be used". Therefore the functions that are subject to this
series are refactored to address these concerns.

Nicola Vetrini (2):
  xen/console: drop return value from consoled_guest_rx/tx
  xen/cpu: address MISRA C Rule 17.7

 xen/common/cpu.c            | 31 +++++++++++++++++++------------
 xen/drivers/char/consoled.c | 17 +++++------------
 xen/include/xen/consoled.h  |  4 ++--
 3 files changed, 26 insertions(+), 26 deletions(-)

-- 
2.34.1