lkml.org 
[lkml]   [2006]   [Feb]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH trivial] Add missing return value of kauditd_thread
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.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-02-15 06:55    [W:0.072 / U:0.428 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site