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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]