From: Wolfgang Ocker Date: Mon, 2 Jun 2014 20:48:06 +0000 (+0200) Subject: staging: comedi: style - use kmalloc_array(n, s, ...) instead of kmalloc(n*s, ...) X-Git-Tag: cleanup-for-v3.18~125^2~1965 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4a8f5288929e11c0e393d14e59eee1cca2c8ae4;p=pandora-kernel.git 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 Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed