]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/btrfs/async-thread.c
Merge branch 'ttm-fixes-3.13' of git://people.freedesktop.org/~thomash/linux into...
[karo-tx-linux.git] / fs / btrfs / async-thread.c
index 08cc08f037a633199bffb3fadfa95750302eb25e..8aec751fa464c126a7fd80e21b526692896d98c9 100644 (file)
@@ -262,7 +262,7 @@ static struct btrfs_work *get_next_work(struct btrfs_worker_thread *worker,
        struct btrfs_work *work = NULL;
        struct list_head *cur = NULL;
 
-       if(!list_empty(prio_head))
+       if (!list_empty(prio_head))
                cur = prio_head->next;
 
        smp_mb();