mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 11:33:36 -04:00
powerpc: Remove whitespace in irq chip name fields
Now we use printf style alignment there is no need to manually space these fields. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
committed by
Benjamin Herrenschmidt
parent
c86845ede8
commit
fc380c0c8a
@@ -237,7 +237,7 @@ static void qe_ic_mask_irq(unsigned int virq)
|
||||
}
|
||||
|
||||
static struct irq_chip qe_ic_irq_chip = {
|
||||
.name = " QEIC ",
|
||||
.name = "QEIC",
|
||||
.unmask = qe_ic_unmask_irq,
|
||||
.mask = qe_ic_mask_irq,
|
||||
.mask_ack = qe_ic_mask_irq,
|
||||
|
||||
Reference in New Issue
Block a user