Re: [PATCH 13/13: eCryptfs] Debug functions

From: Randy.Dunlap
Date: Thu May 04 2006 - 16:27:51 EST


On Wed, 3 May 2006 21:43:34 -0600 Phillip Hellewell wrote:

> ---
> debug.c | 122 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 1 files changed, 122 insertions(+)
>
> Index: linux-2.6.17-rc3-mm1-ecryptfs/fs/ecryptfs/debug.c
> ===================================================================
> --- /dev/null 1970-01-01 00:00:00.000000000 +0000
> +++ linux-2.6.17-rc3-mm1-ecryptfs/fs/ecryptfs/debug.c 2006-05-02 19:35:59.000000000 -0600
> @@ -0,0 +1,122 @@
> +
> +/**
> + * Dump hexadecimal representation of char array
> + *
> + * @param data
> + * @param bytes
> + */
> +void ecryptfs_dump_hex(char *data, int bytes)
> +{

Use proper kernel-doc notation/format, please.

(did someone already say this?)

---
~Randy
-
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/