diff options
author | Kees Cook <keescook@chromium.org> | 2018-06-12 00:35:55 +0300 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2018-06-13 02:19:22 +0300 |
commit | 1c542f38ab8d30d9c852a16d49ac5a15267bbf1f (patch) | |
tree | 20ace1eb1fe5b61211f5dfcd10a5af136682ebd4 /drivers/net/ethernet/atheros/atlx | |
parent | 9f645bcc566a1e9f921bdae7528a01ced5bc3713 (diff) | |
download | linux-1c542f38ab8d30d9c852a16d49ac5a15267bbf1f.tar.xz |
mm: Introduce kvcalloc()
The kv*alloc()-family was missing kvcalloc(). Adding this allows for
2-argument multiplication conversions of kvzalloc(a * b, ...) into
kvcalloc(a, b, ...).
Signed-off-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'drivers/net/ethernet/atheros/atlx')
0 files changed, 0 insertions, 0 deletions