x86/traps: Misc non-functional cleanup
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 5 Nov 2018 16:03:03 +0000 (16:03 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 5 Nov 2018 17:07:11 +0000 (17:07 +0000)
commit9ed942e23e11dffea1ec2a63662d6f13a61a5778
treea0331bf54f422325165a18a5ae43534e807078eb
parentb7829ea3cb02112d96038b1b6fd9984b10d16396
x86/traps: Misc non-functional cleanup

 * s/unsigned char/uint8_t/ for clarity
 * Drop redundant return at the end of a void function

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/traps.c