summaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/mconsole_kern.c
diff options
context:
space:
mode:
authorSteven Rostedt2012-09-26 20:48:17 +0200
committerSteven Rostedt2012-09-26 20:48:17 +0200
commit95f57838418358e93212e9dddd60d3502c7f8e2e (patch)
tree41ee29ae494dfa2fb2ba93e186767d48e0bacd21 /arch/um/drivers/mconsole_kern.c
parentLinux 3.6-rc7 (diff)
downloadkernel-qcow2-linux-95f57838418358e93212e9dddd60d3502c7f8e2e.tar.gz
kernel-qcow2-linux-95f57838418358e93212e9dddd60d3502c7f8e2e.tar.xz
kernel-qcow2-linux-95f57838418358e93212e9dddd60d3502c7f8e2e.zip
ktest: Fix ELSE IF statements
The ELSE IF statements do not work as expected if another ELSE statement follows. This is because the $if_set is not set. If the ELSE IF condition is true, the following ELSE should be ignored. But because the $if_set is not set, the following ELSE will also be executed. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'arch/um/drivers/mconsole_kern.c')
0 files changed, 0 insertions, 0 deletions