usbip: simplify lock handling in valid_request()
authorMárton Németh <nm127@freemail.hu>
Tue, 24 May 2011 21:19:18 +0000 (23:19 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 7 Jun 2011 20:53:24 +0000 (13:53 -0700)
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 <nm127@freemail.hu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found