All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] parisc: Remove FIXME comment
@ 2014-07-18 20:37 Nicholas Krause
  2014-07-18 20:49 ` Helge Deller
  2014-07-18 21:03 ` James Bottomley
  0 siblings, 2 replies; 6+ messages in thread
From: Nicholas Krause @ 2014-07-18 20:37 UTC (permalink / raw)
  To: jejb; +Cc: deller, tiwai, jkosina, joe, dave.anglin, linux-parisc,
	linux-kernel

The comment for size of frame not being needed is incorrect , the
function called needs this parameter.

Signed-off-by: Nicholas Krause <xerofoify@gmail.com>
---
 arch/parisc/kernel/signal.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/parisc/kernel/signal.c b/arch/parisc/kernel/signal.c
index 1cba8f2..1d550b5 100644
--- a/arch/parisc/kernel/signal.c
+++ b/arch/parisc/kernel/signal.c
@@ -240,7 +240,6 @@ setup_rt_frame(int sig, struct k_sigaction *ka, siginfo_t *info,
 #endif
 	
 	usp = (regs->gr[30] & ~(0x01UL));
-	/*FIXME: frame_size parameter is unused, remove it. */
 	frame = get_sigframe(ka, usp, sizeof(*frame));
 
 	DBG(1,"SETUP_RT_FRAME: START\n");
-- 
1.9.1


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

end of thread, other threads:[~2014-07-19  5:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-18 20:37 [PATCH] parisc: Remove FIXME comment Nicholas Krause
2014-07-18 20:49 ` Helge Deller
2014-07-18 21:03 ` James Bottomley
2014-07-19  2:25   ` Nick Krause
2014-07-19  5:20     ` James Bottomley
2014-07-19  5:28       ` Nick Krause

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.