From: Benjamin Romer Date: Fri, 5 Dec 2014 22:08:58 +0000 (-0500) Subject: staging: unisys: refactor destroy_device() X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~83^2~527 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b28f15aa62ac98badad2ed6f2f2aaeab11cb178;p=pandora-kernel.git staging: unisys: refactor destroy_device() Fix the function declaration so it is a single line. Rename CamelCase local variable names: busNo => bus_no devNo => dev_no Fix use of uuid_le_cmp() to check for 0 instead of using !uuid_le_cmp(). Fix spelling error DESTORY to correctly read DESTROY. Signed-off-by: Bryan Thompson Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed