Commit bffcd112 authored by Peng Hao's avatar Peng Hao Committed by Greg Kroah-Hartman

misc/sgi-gru/grufault: fix a style error

Fix a style error. Remove redundant space.
Signed-off-by: default avatarPeng Hao <peng.hao2@zte.com.cn>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 080038cc
...@@ -616,8 +616,8 @@ irqreturn_t gru_intr_mblade(int irq, void *dev_id) ...@@ -616,8 +616,8 @@ irqreturn_t gru_intr_mblade(int irq, void *dev_id)
for_each_possible_blade(blade) { for_each_possible_blade(blade) {
if (uv_blade_nr_possible_cpus(blade)) if (uv_blade_nr_possible_cpus(blade))
continue; continue;
gru_intr(0, blade); gru_intr(0, blade);
gru_intr(1, blade); gru_intr(1, blade);
} }
return IRQ_HANDLED; return IRQ_HANDLED;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment