From: Andrew Morton <akpm@osdl.org>
To: Takashi Iwai <tiwai@suse.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH trivial] Add missing return value of kauditd_thread
Date: Tue, 14 Feb 2006 21:52:16 -0800 [thread overview]
Message-ID: <20060214215216.5abac525.akpm@osdl.org> (raw)
In-Reply-To: <s5h4q31btlb.wl%tiwai@suse.de>
Takashi Iwai <tiwai@suse.de> wrote:
>
> Add the missing return value of kauditd_thread().
>
> Signed-off-by: Takashi Iwai <tiwai@suse.de>
>
> ---
>
> diff --git a/kernel/audit.c b/kernel/audit.c
> index 0a813d2..a08fc96 100644
> --- a/kernel/audit.c
> +++ b/kernel/audit.c
> @@ -300,6 +300,7 @@ static int kauditd_thread(void *dummy)
> remove_wait_queue(&kauditd_wait, &wait);
> }
> }
> + return 0;
> }
>
> void audit_send_reply(int pid, int seq, int type, int done, int multi,
Patch is already present in the seemingly-moribund audit git repo.
prev parent reply other threads:[~2006-02-15 5:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-14 19:58 Takashi Iwai
2006-02-15 5:52 ` Andrew Morton [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060214215216.5abac525.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=tiwai@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®