Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff38c083 authored by David Jenni's avatar David Jenni Committed by Al Viro
Browse files

Filesystem: fifo: Fixed coding style issue.



Fixed coding style issue.

Signed-off-by: default avatarDavid Jenni <dave.j@gmx.ch>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent eaae668d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;