whitespace fixes: relayfs

Signed-off-by: Daniel Walker <dwalker@mvista.com>
Cc: Tom Zanussi <zanussi@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Daniel Walker 2007-10-18 03:06:05 -07:00 committed by Linus Torvalds
parent dedf8b79ec
commit 1bfbc608ba

View file

@ -370,7 +370,7 @@ void relay_reset(struct rchan *chan)
if (!chan) if (!chan)
return; return;
if (chan->is_global && chan->buf[0]) { if (chan->is_global && chan->buf[0]) {
__relay_reset(chan->buf[0], 0); __relay_reset(chan->buf[0], 0);
return; return;
} }