Re: [PATCH][5/6]ELF format dump file access

From: Andrew Morton
Date: Wed Sep 15 2004 - 19:34:04 EST


Hariprasad Nellitheertha <hari@xxxxxxxxxx> wrote:
>
> -static int notesize(struct memelfnote *en)
> +int notesize(struct memelfnote *en)
> {
> int sz;
>
> @@ -129,7 +129,7 @@ static int notesize(struct memelfnote *e
> /*
> * store a note in the header buffer
> */
> -static char *storenote(struct memelfnote *men, char *bufp)
> +char *storenote(struct memelfnote *men, char *bufp)

As you're giving these kernel-wide scope, please also rename them
to elf_notesize() and elf_storenote().
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/