From: David Jenni Date: Wed, 23 Feb 2011 15:51:05 +0000 (+0100) Subject: Filesystem: fifo: Fixed coding style issue. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ff38c083ad3bb8dbbed80aa9090fcc96bc4af7db;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git Filesystem: fifo: Fixed coding style issue. Fixed coding style issue. Signed-off-by: David Jenni Signed-off-by: Al Viro --- diff --git a/fs/fifo.c b/fs/fifo.c index 4e303c22d5ee..b1a524d798e7 100644 --- a/fs/fifo.c +++ b/fs/fifo.c @@ -66,8 +66,7 @@ static int fifo_open(struct inode *inode, struct file *filp) /* suppress POLLHUP until we have * seen a writer */ filp->f_version = pipe->w_counter; - } else - { + } else { wait_for_partner(inode, &pipe->w_counter); if(signal_pending(current)) goto err_rd;