projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eaae668
)
Filesystem: fifo: Fixed coding style issue.
author
David Jenni
<dave.j@gmx.ch>
Wed, 23 Feb 2011 15:51:05 +0000
(16:51 +0100)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 21 Mar 2011 04:16:09 +0000
(
00:16
-0400)
Fixed coding style issue.
Signed-off-by: David Jenni <dave.j@gmx.ch>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/fifo.c
patch
|
blob
|
history
diff --git
a/fs/fifo.c
b/fs/fifo.c
index 4e303c22d5ee53613682530bd1705a0a3cec8382..b1a524d798e720cf18ad7ad4decdab430a2b9c5e 100644
(file)
--- 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;