From: Mitch Williams Date: Thu, 13 Feb 2014 11:48:42 +0000 (-0800) Subject: i40evf: clean up memsets X-Git-Tag: v3.15-rc1~113^2~370^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a63fa1cdb667609cd9f99435ecbbcda61861b38f;p=pandora-kernel.git i40evf: clean up memsets As politely pointed out by Dave Miller, calls to memset do not need a void pointer cast. Additionally, it is preferred to use sizeof(*the actual object) instead of sizeof(type). Change-ID: Id6a02429b7040111531f3865ea03fbe619167cb3 Signed-off-by: Mitch Williams Signed-off-by: Kevin Scott Signed-off-by: Jesse Brandeburg Tested-by: Kavindya Deegala Signed-off-by: Aaron Brown Signed-off-by: David S. Miller --- Reading git-diff-tree failed