Просмотр исходного кода

[CIFS] fix typo in previous commit

Signed-off-by: Steve French <sfrench@us.ibm.com>
Steve French 18 лет назад
Родитель
Сommit
2224f4e5d5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      fs/cifs/connect.c

+ 1 - 1
fs/cifs/connect.c

@@ -1750,7 +1750,7 @@ void reset_cifs_unix_caps(int xid, struct cifsTconInfo *tcon,
 					   "mounting with the Unix Extensions\n"
 					   "disabled, if problems are found, "
 					   "by specifying the nounix mount "
-					   "option.");
+					   "option."));
 
 		}
 	}