Skip to content

Commit

Permalink
Filesystem: fifo: Fixed coding style issue.
Browse files Browse the repository at this point in the history
Fixed coding style issue.

Signed-off-by: David Jenni <dave.j@gmx.ch>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
David Jenni authored and Al Viro committed Mar 21, 2011
1 parent eaae668 commit ff38c08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fs/fifo.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ff38c08

Please sign in to comment.