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:
committed by
Linus Torvalds
parent
dedf8b79ec
commit
1bfbc608ba
@@ -370,7 +370,7 @@ void relay_reset(struct rchan *chan)
|
||||
if (!chan)
|
||||
return;
|
||||
|
||||
if (chan->is_global && chan->buf[0]) {
|
||||
if (chan->is_global && chan->buf[0]) {
|
||||
__relay_reset(chan->buf[0], 0);
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user