kernel-ark/drivers/net/cxgb3
Julia Lawall 75ed0a8972 drivers/net/cxgb3: Use kzalloc for allocating only one thing
Use kzalloc rather than kcalloc(1,...)

The semantic patch that makes this change is as follows:
(http://coccinelle.lip6.fr/)

// <smpl>
@@
@@

- kcalloc(1,
+ kzalloc(
          ...)
// </smpl>

Signed-off-by: Julia Lawall <julia@diku.dk>
Acked-by: Divy Le Ray <divy@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-01-03 21:22:28 -08:00
..
adapter.h cxgb3: Added private MAC address and provisioning packet handler for iSCSI 2009-10-13 03:44:06 -07:00
ael1002.c
aq100x.c
common.h cxgb3: declare MODULE_FIRMWARE 2009-11-10 20:28:50 -08:00
cxgb3_ctl_defs.h
cxgb3_defs.h
cxgb3_ioctl.h
cxgb3_main.c cxgb3: Fixing EEH handlers 2009-12-11 15:07:56 -08:00
cxgb3_offload.c drivers/net/cxgb3: Use kzalloc for allocating only one thing 2010-01-03 21:22:28 -08:00
cxgb3_offload.h RDMA/cxgb3: Handle port events properly 2009-09-05 20:22:38 -07:00
firmware_exports.h
l2t.c
l2t.h
Makefile
mc5.c
regs.h
sge_defs.h
sge.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2009-12-09 19:43:33 -08:00
t3_cpl.h
t3_hw.c
t3cdev.h
version.h
vsc8211.c
xgmac.c