diff options
Diffstat (limited to 'net/sunrpc/sched.c')
-rw-r--r-- | net/sunrpc/sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/sched.c b/net/sunrpc/sched.c index cace6049e4a5..aa5dbda6608c 100644 --- a/net/sunrpc/sched.c +++ b/net/sunrpc/sched.c | |||
@@ -376,7 +376,7 @@ int rpc_queue_empty(struct rpc_wait_queue *queue) | |||
376 | spin_lock_bh(&queue->lock); | 376 | spin_lock_bh(&queue->lock); |
377 | res = queue->qlen; | 377 | res = queue->qlen; |
378 | spin_unlock_bh(&queue->lock); | 378 | spin_unlock_bh(&queue->lock); |
379 | return (res == 0); | 379 | return res == 0; |
380 | } | 380 | } |
381 | EXPORT_SYMBOL_GPL(rpc_queue_empty); | 381 | EXPORT_SYMBOL_GPL(rpc_queue_empty); |
382 | 382 | ||