]> xenbits.xensource.com Git - xen.git/commit
xen/sched: address violations of MISRA C:2012 Directive 4.10
authorSimone Ballarin <simone.ballarin@bugseng.com>
Mon, 28 Aug 2023 13:20:08 +0000 (15:20 +0200)
committerStefano Stabellini <stefano.stabellini@amd.com>
Thu, 31 Aug 2023 01:58:58 +0000 (18:58 -0700)
commit1f2f5087c0bbc8c6219e5ce33e5bf17575f1cc00
tree09db99d39968e15b3e4a53a4fe21b8664658c77f
parent591fd09ffba5c6e587477d07302792ec2e68cf16
xen/sched: address violations of MISRA C:2012 Directive 4.10

Add inclusion guards to address violations of
MISRA C:2012 Directive 4.10 ("Precautions shall be taken in order
to prevent the contents of a header file being included more than
once").

Mechanical change.

Signed-off-by: Simone Ballarin <simone.ballarin@bugseng.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Reviewed-by: George Dunlap <george.dunlap@cloud.com>
xen/common/sched/compat.c