From: Márton Németh Date: Tue, 24 May 2011 21:19:18 +0000 (+0200) Subject: usbip: simplify lock handling in valid_request() X-Git-Tag: v3.1-rc1~232^2~568^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ba422b346c9654ec78ee0a5b7c5db6e5d4c48dd;p=pandora-kernel.git usbip: simplify lock handling in valid_request() The function calls spin_lock() and spin_unlock() should be in pair. This patch makes this pairing more clear for the reader of the code. Signed-off-by: Márton Németh Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed