Staging: rtl8712: use kmalloc_array over kmalloc
authorTapasweni Pathak <tapaswenipathak@gmail.com>
Sun, 21 Sep 2014 00:19:41 +0000 (05:49 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Sep 2014 15:11:56 +0000 (08:11 -0700)
This patch fixes checkpatch.pl warning in file rtl871x_xmit.c
WARNING : prefer kmalloc_array over kmalloc with multiply

Signed-off-by: Tapasweni Pathak <tapaswenipathak@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found