mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-07 04:09:21 +00:00
typo patch for fs/ufs/super.c
Quick and simple typo fix. neTXstep -> neXTstep Signed-off-by: Adrian Bunk <bunk@stusta.de>
This commit is contained in:
parent
13fce80629
commit
c690a72253
1 changed files with 1 additions and 1 deletions
|
@ -575,7 +575,7 @@ static int ufs_fill_super(struct super_block *sb, void *data, int silent)
|
|||
if (!silent)
|
||||
printk("You didn't specify the type of your ufs filesystem\n\n"
|
||||
"mount -t ufs -o ufstype="
|
||||
"sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep|netxstep-cd|openstep ...\n\n"
|
||||
"sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep|nextstep-cd|openstep ...\n\n"
|
||||
">>>WARNING<<< Wrong ufstype may corrupt your filesystem, "
|
||||
"default is ufstype=old\n");
|
||||
ufs_set_opt (sbi->s_mount_opt, UFSTYPE_OLD);
|
||||
|
|
Loading…
Reference in a new issue