openpic: s/opp->nb_irqs -1/opp->nb_cpus - 1/
commita26a7b38331dc14893a66fbe78f34afab153d6b2
authorScott Wood <scottwood@freescale.com>
Thu, 13 Dec 2012 16:12:04 +0000 (13 16:12 +0000)
committerAlexander Graf <agraf@suse.de>
Mon, 7 Jan 2013 16:37:09 +0000 (7 17:37 +0100)
tree4bcd0af46f800a78bb22c13df9f66d33bfa293eb
parent0d4046833ba44c5f29e5dcce2dde0a6202225e59
openpic: s/opp->nb_irqs -1/opp->nb_cpus - 1/

"opp->nb_irqs-1" would have been a minor coding style error,
but putting in one space but not the other makes it look
confusingly like a numeric literal "-1".

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/openpic.c