public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] OpenRISC: Make do_signal() non-static
@ 2012-05-19 11:19 Richard Weinberger
  2012-05-20 16:18 ` Christoph Hellwig
  2012-05-25 13:25 ` Jonas Bonn
  0 siblings, 2 replies; 4+ messages in thread
From: Richard Weinberger @ 2012-05-19 11:19 UTC (permalink / raw)
  To: jonas; +Cc: linux, linux-kernel, Richard Weinberger

There is no need to export this function.

Signed-off-by: Richard Weinberger <richard@nod.at>
---
 arch/openrisc/kernel/signal.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/openrisc/kernel/signal.c b/arch/openrisc/kernel/signal.c
index 44749d4..f0446ec 100644
--- a/arch/openrisc/kernel/signal.c
+++ b/arch/openrisc/kernel/signal.c
@@ -284,7 +284,7 @@ handle_signal(unsigned long sig,
  * mode below.
  */
 
-void do_signal(struct pt_regs *regs)
+static void do_signal(struct pt_regs *regs)
 {
 	siginfo_t info;
 	int signr;
-- 
1.7.7.3


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

* Re: [PATCH] OpenRISC: Make do_signal() non-static
  2012-05-19 11:19 [PATCH] OpenRISC: Make do_signal() non-static Richard Weinberger
@ 2012-05-20 16:18 ` Christoph Hellwig
  2012-05-20 16:36   ` Richard Weinberger
  2012-05-25 13:25 ` Jonas Bonn
  1 sibling, 1 reply; 4+ messages in thread
From: Christoph Hellwig @ 2012-05-20 16:18 UTC (permalink / raw)
  To: Richard Weinberger; +Cc: jonas, linux, linux-kernel

On Sat, May 19, 2012 at 01:19:07PM +0200, Richard Weinberger wrote:
> There is no need to export this function.

s/non-static/static/ in the subject?


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

* Re: [PATCH] OpenRISC: Make do_signal() non-static
  2012-05-20 16:18 ` Christoph Hellwig
@ 2012-05-20 16:36   ` Richard Weinberger
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Weinberger @ 2012-05-20 16:36 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: jonas, linux, linux-kernel

Am 20.05.2012 18:18, schrieb Christoph Hellwig:
> On Sat, May 19, 2012 at 01:19:07PM +0200, Richard Weinberger wrote:
>> There is no need to export this function.
>
> s/non-static/static/ in the subject?
>

*grrr*, yes.

Thanks,
//richard

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

* Re: [PATCH] OpenRISC: Make do_signal() non-static
  2012-05-19 11:19 [PATCH] OpenRISC: Make do_signal() non-static Richard Weinberger
  2012-05-20 16:18 ` Christoph Hellwig
@ 2012-05-25 13:25 ` Jonas Bonn
  1 sibling, 0 replies; 4+ messages in thread
From: Jonas Bonn @ 2012-05-25 13:25 UTC (permalink / raw)
  To: Richard Weinberger; +Cc: linux, linux-kernel


Thanks, applied.
/Jonas

On Sat, 2012-05-19 at 13:19 +0200, Richard Weinberger wrote:
> There is no need to export this function.
> 
> Signed-off-by: Richard Weinberger <richard@nod.at>
> ---
>  arch/openrisc/kernel/signal.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/openrisc/kernel/signal.c b/arch/openrisc/kernel/signal.c
> index 44749d4..f0446ec 100644
> --- a/arch/openrisc/kernel/signal.c
> +++ b/arch/openrisc/kernel/signal.c
> @@ -284,7 +284,7 @@ handle_signal(unsigned long sig,
>   * mode below.
>   */
>  
> -void do_signal(struct pt_regs *regs)
> +static void do_signal(struct pt_regs *regs)
>  {
>  	siginfo_t info;
>  	int signr;



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

end of thread, other threads:[~2012-05-25 13:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-19 11:19 [PATCH] OpenRISC: Make do_signal() non-static Richard Weinberger
2012-05-20 16:18 ` Christoph Hellwig
2012-05-20 16:36   ` Richard Weinberger
2012-05-25 13:25 ` Jonas Bonn

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