From: Felipe Balbi Date: Thu, 30 Jun 2011 09:51:04 +0000 (+0300) Subject: mfd: Remove twl4030-irq trailing whitespaces X-Git-Tag: v3.2-rc1~72^2~63 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8cd6af2938945ce71e99182c8f092033cf9a5e17;p=platform%2Fkernel%2Flinux-exynos.git mfd: Remove twl4030-irq trailing whitespaces trivial patch, no functional changes. Signed-off-by: Felipe Balbi Reviewed-by: Mark Brown Signed-off-by: Samuel Ortiz --- diff --git a/drivers/mfd/twl4030-irq.c b/drivers/mfd/twl4030-irq.c index 8a7ee31..7be97cb 100644 --- a/drivers/mfd/twl4030-irq.c +++ b/drivers/mfd/twl4030-irq.c @@ -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, };