commit | 031229b862f13ee5af8e1b06af258614f94dcbcd | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Sun Jun 04 20:50:55 2017 +0200 |
committer | Stefano Stabellini <sstabellini@kernel.org> | Mon Jun 05 10:36:36 2017 -0700 |
tree | cc6948dcbc62a058498cee3b5f84c721de747fc3 | |
parent | 3c2993b8c6143d8a5793746a54eba8f86f95240f [diff] |
arm/xen: Improve a size determination in __set_phys_to_machine_multi() Replace the specification of a data structure by a pointer dereference as the parameter for the operator "sizeof" to make the corresponding size determination a bit safer according to the Linux coding style convention. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>