diff options
author | Markus Elfring <elfring@users.sourceforge.net> | 2016-09-08 15:43:37 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-09-10 04:27:32 +0200 |
commit | 2c4f414f0290e019d463f1f7f447807fd6a6470c (patch) | |
tree | 085e4cc12f46f4808d0c29124c61b9491091bafa /fs/binfmt_em86.c | |
parent | ATM-ENI: Use kmalloc_array() in eni_start() (diff) | |
download | linux-2c4f414f0290e019d463f1f7f447807fd6a6470c.tar.xz linux-2c4f414f0290e019d463f1f7f447807fd6a6470c.zip |
ATM-ForeRunnerHE: Use kmalloc_array() in he_init_group()
* Multiplications for the size determination of memory allocations
indicated that array data structures should be processed.
Thus use the corresponding function "kmalloc_array".
This issue was detected by using the Coccinelle software.
* Replace the specification of data types by pointer dereferences
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>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs/binfmt_em86.c')
0 files changed, 0 insertions, 0 deletions