From: Mark Hounschell Date: Mon, 3 Mar 2014 18:45:42 +0000 (-0500) Subject: staging: dgap: Fix various previously missed checkpatch errors X-Git-Tag: v3.15-rc1~139^2~699 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b073ac53eea902712f88388b42efcebce211bec;p=pandora-kernel.git staging: dgap: Fix various previously missed checkpatch errors This patch fixes various small checkpatch errors I missed in patches 01-10. Remove check for kfree of brd->channels as kfree is safe. Also there is no need to set it to NULL after freeing it. Remove a useless cast for a kzalloc return value. Remove double negative test in a white space fix line. Signed-off-by: Mark Hounschell Cc: Greg Kroah-Hartman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed