From f4a8f5288929e11c0e393d14e59eee1cca2c8ae4 Mon Sep 17 00:00:00 2001 From: Wolfgang Ocker Date: Mon, 2 Jun 2014 22:48:06 +0200 Subject: [PATCH] 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-format-patch failed