[PATCH] UBUNTU: LP#322306: squashfs: misspelling
Stefan Bader
stefan.bader at canonical.com
Fri Mar 13 08:41:39 UTC 2009
This is a personal opinion, so open for discussion. I would not include the bug
number in the patch title. This is just duplicate information. I think I would
try to use one introductional file and then the patches. But I have to admit I
first have to play around with it a bit.
Stefan
Ike Panhc wrote:
> Bug: #322306
>
> There is a missspelling in ubuntu/include/linux/squashfs_fs.h
> The argument exortable in SQUASHFS_MKFLAGS shall be exportable
>
> Signed-off-by: ikepanhc <ike.pan at canonical.com>
> ---
> ubuntu/include/linux/squashfs_fs.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/ubuntu/include/linux/squashfs_fs.h b/ubuntu/include/linux/squashfs_fs.h
> index e60308e..ad8e7f7 100644
> --- a/ubuntu/include/linux/squashfs_fs.h
> +++ b/ubuntu/include/linux/squashfs_fs.h
> @@ -94,7 +94,7 @@
> SQUASHFS_CHECK)
>
> #define SQUASHFS_MKFLAGS(noi, nod, check_data, nof, no_frag, always_frag, \
> - duplicate_checking, exortable) (noi | (nod << 1) | (check_data << 2) \
> + duplicate_checking, exportable) (noi | (nod << 1) | (check_data << 2) \
> | (nof << 3) | (no_frag << 4) | (always_frag << 5) | \
> (duplicate_checking << 6) | (exportable << 7))
>
--
When all other means of communication fail, try words!
More information about the kernel-team
mailing list