mfd: Remove twl4030-irq trailing whitespaces
authorFelipe Balbi <[email protected]>
Thu, 30 Jun 2011 09:51:04 +0000 (12:51 +0300)
committerSamuel Ortiz <[email protected]>
Mon, 24 Oct 2011 12:09:11 +0000 (14:09 +0200)
trivial patch, no functional changes.

Signed-off-by: Felipe Balbi <[email protected]>
Reviewed-by: Mark Brown <[email protected]>
Signed-off-by: Samuel Ortiz <[email protected]>
drivers/mfd/twl4030-irq.c

index 8a7ee3139b86fda3bded6748e572893d37b577fb..7be97cb2075dae36b71b131c75e0570b92a0ab2e 100644 (file)
@@ -620,7 +620,7 @@ static int twl4030_sih_set_type(struct irq_data *data, unsigned trigger)
 
 static struct irq_chip twl4030_sih_irq_chip = {
        .name           = "twl4030",
-       .irq_mask       = twl4030_sih_mask,
+       .irq_mask       = twl4030_sih_mask,
        .irq_unmask     = twl4030_sih_unmask,
        .irq_set_type   = twl4030_sih_set_type,
 };