[PATCH] UBUNTU: LP#322306: squashfs: misspelling

Tim Gardner tim.gardner at canonical.com
Fri Mar 13 15:32:13 UTC 2009


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

applied

-- 
Tim Gardner tim.gardner at canonical.com




More information about the kernel-team mailing list