git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
485e148
)
tty: tty_buffer.c: move assignment out of if () block
author
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 30 Apr 2015 09:22:17 +0000
(11:22 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 10 May 2015 17:04:18 +0000
(19:04 +0200)
We should not be doing assignments within an if () block
so fix up the code to not do this.
change was created using Coccinelle.
CC: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found