All of lore.kernel.org
 help / color / mirror / Atom feed
* [XEN PATCH 0/2] address some violations of MISRA C Rule 17.7
@ 2024-02-23  9:35 Nicola Vetrini
  2024-02-23  9:35 ` [XEN PATCH 1/2] xen/console: drop return value from consoled_guest_rx/tx Nicola Vetrini
  2024-02-23  9:35 ` [XEN PATCH 2/2] xen/cpu: address MISRA C Rule 17.7 Nicola Vetrini
  0 siblings, 2 replies; 23+ messages in thread
From: Nicola Vetrini @ 2024-02-23  9:35 UTC (permalink / raw)
  To: nicola.vetrini, xen-devel
  Cc: sstabellini, consulting, Andrew Cooper, George Dunlap,
	Jan Beulich, Julien Grall, Wei Liu

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


^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2024-02-29  9:56 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-23  9:35 [XEN PATCH 0/2] address some violations of MISRA C Rule 17.7 Nicola Vetrini
2024-02-23  9:35 ` [XEN PATCH 1/2] xen/console: drop return value from consoled_guest_rx/tx Nicola Vetrini
2024-02-23 22:56   ` Stefano Stabellini
2024-02-26  8:00     ` Jan Beulich
2024-02-26  8:23       ` Nicola Vetrini
2024-02-26  8:56         ` Jan Beulich
2024-02-26 22:49           ` Stefano Stabellini
2024-02-27  7:08             ` Jan Beulich
2024-02-28  2:01               ` Stefano Stabellini
2024-02-23  9:35 ` [XEN PATCH 2/2] xen/cpu: address MISRA C Rule 17.7 Nicola Vetrini
2024-02-23 22:58   ` Stefano Stabellini
2024-02-26  8:06   ` Jan Beulich
2024-02-27  0:26     ` Stefano Stabellini
2024-02-27  7:28       ` Jan Beulich
2024-02-27 11:52         ` Julien Grall
2024-02-27 12:47           ` Jan Beulich
2024-02-28  2:10             ` Stefano Stabellini
2024-02-28 11:09               ` Nicola Vetrini
2024-02-28 11:36                 ` Julien Grall
2024-02-28 22:38                   ` Stefano Stabellini
2024-02-29  9:56                     ` Nicola Vetrini
2024-02-28 11:06             ` Nicola Vetrini
2024-02-28 11:22               ` Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.