mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/3]arch:powerpc:sysdev:mpic.c Remove extra semicolon.
@ 2011-11-21 16:43 Justin P. Mattock
  2011-11-21 16:43 ` [PATCH 2/3]drivers:staging:gma500:power.c " Justin P. Mattock
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Justin P. Mattock @ 2011-11-21 16:43 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock, linuxppc-dev, Paul Mackerras

From: "Justin P. Mattock" <justinmattock@gmail.com>

The patch below removes an extra semicolon.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
CC: linuxppc-dev@lists.ozlabs.org
CC: Paul Mackerras <paulus@samba.org>
---
 arch/powerpc/sysdev/mpic.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/powerpc/sysdev/mpic.c b/arch/powerpc/sysdev/mpic.c
index 8c7e852..b3fa3d7 100644
--- a/arch/powerpc/sysdev/mpic.c
+++ b/arch/powerpc/sysdev/mpic.c
@@ -901,7 +901,7 @@ int mpic_set_irq_type(struct irq_data *d, unsigned int flow_type)
 	if (vold != vnew)
 		mpic_irq_write(src, MPIC_INFO(IRQ_VECTOR_PRI), vnew);
 
-	return IRQ_SET_MASK_OK_NOCOPY;;
+	return IRQ_SET_MASK_OK_NOCOPY;
 }
 
 void mpic_set_vector(unsigned int virq, unsigned int vector)
-- 
1.7.5.4


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-12-15 17:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-21 16:43 [PATCH 1/3]arch:powerpc:sysdev:mpic.c Remove extra semicolon Justin P. Mattock
2011-11-21 16:43 ` [PATCH 2/3]drivers:staging:gma500:power.c " Justin P. Mattock
2011-11-21 16:43 ` [PATCH 3/3]fs:btrfs:free-space-cache.c " Justin P. Mattock
2011-12-15 17:11 ` [PATCH 1/3]arch:powerpc:sysdev:mpic.c " Justin P. Mattock
2011-12-15 17:46   ` Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®