From: Michalis Pappas Date: Fri, 9 May 2014 10:08:22 +0000 (+0800) Subject: staging: gdm72xx: Modify a struct allocation to match coding standards X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~748 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baad5ee108bf8a4fdfdc6a381ffb5554dfdeaaa7;p=pandora-kernel.git staging: gdm72xx: Modify a struct allocation to match coding standards Fixes the following checkpatch.pl issue: CHECK: Prefer kmalloc(sizeof(*entry)...) over kmalloc(sizeof(struct qos_entry_s)...) Signed-off-by: Michalis Pappas Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed