staging: comedi: style - use kmalloc_array(n, s, ...) instead of kmalloc(n*s, ...)
authorWolfgang Ocker <weo@weo1.de>
Mon, 2 Jun 2014 20:48:06 +0000 (22:48 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Jun 2014 22:04:20 +0000 (15:04 -0700)
commitf4a8f5288929e11c0e393d14e59eee1cca2c8ae4
tree671067d855796a7ccc62a831aa32f7943be886a3
parent92271551b60318da442a5f22c5d9c6b99b98fba4
staging: comedi: style - use kmalloc_array(n, s, ...) instead of kmalloc(n*s, ...)

Fix a style issue reported by checkpatch.pl for the Eudyptula challenge

Signed-off-by: Wolfgang Ocker <weo@weo1.de>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/comedi_fops.c