]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
net: systemport: use kcalloc instead of kzalloc
authorFlorian Fainelli <f.fainelli@gmail.com>
Thu, 10 Jul 2014 00:36:47 +0000 (17:36 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Jul 2014 01:19:54 +0000 (18:19 -0700)
commit40a8a317a02ea516e89ee71d8d355babf0617e5f
treec732768e0907f427152f9b5bae4098264ebf0926
parent23acb2fc32ccf511368db38ac4af42ffa8a929bb
net: systemport: use kcalloc instead of kzalloc

checkpatch.pl flagged two uses of kzalloc() for allocating and zeroing
arrays, use kcalloc() instead as recommended.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bcmsysport.c