commit | 17d8dcf5330a97f6e5ae01d336eb1641782043f9 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavoars@kernel.org> | Wed Jun 17 12:56:47 2020 -0500 |
committer | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | Fri Jul 10 16:17:22 2020 +0200 |
tree | 65dea2bf3a21e6dc809cd8cc0f654b940919e811 | |
parent | fcf918b966622c276749503ef9872419265af6a4 [diff] |
fbdev/fb.h: Use struct_size() helper in kzalloc() 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> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200617175647.GA26370@embeddedor