Re: [PATCH 3/11] eCryptfs: read_write.c routines

From: Andrew Morton
Date: Thu Sep 20 2007 - 01:25:33 EST


On Mon, 17 Sep 2007 16:46:32 -0500 Michael Halcrow <mhalcrow@xxxxxxxxxx> wrote:

> +/**
> + * ecryptfs_write_lower
> + * @ecryptfs_inode: The eCryptfs inode
> + * @data: Data to write
> + * @offset: Byte offset in the lower file to which to write the data
> + * @size: Number of bytes from @data to write at @offset in the lower
> + * file
> + *
> + * Write data to the lower file.
> + *
> + * Returns zero on success; non-zero on error
> + */

That might come out looking odd in the kernel doc? Normally the documentation
would start out with

+/**
+ * ecryptfs_write_lower - write data to the lower file

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