mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 16:12:02 +00:00
misc/sgi-gru/grufault: fix a style error
Fix a style error. Remove redundant space. Signed-off-by: Peng Hao <peng.hao2@zte.com.cn> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
080038cc45
commit
bffcd1129e
@ -616,8 +616,8 @@ irqreturn_t gru_intr_mblade(int irq, void *dev_id)
|
||||
for_each_possible_blade(blade) {
|
||||
if (uv_blade_nr_possible_cpus(blade))
|
||||
continue;
|
||||
gru_intr(0, blade);
|
||||
gru_intr(1, blade);
|
||||
gru_intr(0, blade);
|
||||
gru_intr(1, blade);
|
||||
}
|
||||
return IRQ_HANDLED;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user