Skip to content

Commit ff38c08

Browse files
David JenniAl Viro
David Jenni
authored and
Al Viro
committed
Filesystem: fifo: Fixed coding style issue.
Fixed coding style issue. Signed-off-by: David Jenni <[email protected]> Signed-off-by: Al Viro <[email protected]>
1 parent eaae668 commit ff38c08

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fs/fifo.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ static int fifo_open(struct inode *inode, struct file *filp)
6666
/* suppress POLLHUP until we have
6767
* seen a writer */
6868
filp->f_version = pipe->w_counter;
69-
} else
70-
{
69+
} else {
7170
wait_for_partner(inode, &pipe->w_counter);
7271
if(signal_pending(current))
7372
goto err_rd;

0 commit comments

Comments
 (0)