From d0fa66220dc5329ff0dda22d87070afc6e23240c Mon Sep 17 00:00:00 2001 From: Gerard Wagener Date: Tue, 12 Jan 2010 16:40:05 +0100 Subject: [PATCH] Add description for internal function --- arch/um/kernel/aha.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/um/kernel/aha.c b/arch/um/kernel/aha.c index f637fb6f7f5..ddc50e049f9 100644 --- a/arch/um/kernel/aha.c +++ b/arch/um/kernel/aha.c @@ -19,6 +19,7 @@ int aha_create_filename(char *fn, int size) return snprintf(fn,size,"AHA_%lx.dat",ncycles); } +/* Internal function for aha_dump_execve */ inline void __aha_os_write_file_ck(int fd, char* buf, int cnt) { if ((cnt > 0) & (cnt < MAX_DUMP_BUF)){