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)
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>

No differences found