From: Takashi Iwai <tiwai@suse.de>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH trivial] Add missing return value of kauditd_thread
Date: Tue, 14 Feb 2006 20:58:40 +0100 [thread overview]
Message-ID: <s5h4q31btlb.wl%tiwai@suse.de> (raw)
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,
next reply other threads:[~2006-02-14 19:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-14 19:58 Takashi Iwai [this message]
2006-02-15 5:52 ` Andrew Morton
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=s5h4q31btlb.wl%tiwai@suse.de \
--to=tiwai@suse.de \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
/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®