commit | 77cf3a6827fe04e894ff0fbe8abc6a73795f8a92 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavoars@kernel.org> | Wed Jun 17 16:57:07 2020 -0500 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Mon Aug 17 13:08:43 2020 +0200 |
tree | b4e2542653b61ede6c5d6f30b8b5734483d4ba72 | |
parent | 66c8ef900611166f7a8a343172b1b38d21ecba61 [diff] |
drm/virtio: Use struct_size() helper in kmalloc() Make use of the struct_size() helper instead of an open-coded version in order to avoid any potential type mistakes. This code was detected with the help of Coccinelle and, audited and fixed manually. Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org> Link: http://patchwork.freedesktop.org/patch/msgid/20200617215707.GA16785@embeddedor Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>