mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
fs: fix typo 'dumm'
%s/dumm /dummy / Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
7a5fbfe641
commit
ca230b094e
1 changed files with 1 additions and 1 deletions
2
fs/fs.c
2
fs/fs.c
|
@ -112,7 +112,7 @@ struct fstype_info {
|
|||
* Is it legal to pass NULL as .probe()'s fs_dev_desc parameter? This
|
||||
* should be false in most cases. For "virtual" filesystems which
|
||||
* aren't based on a U-Boot block device (e.g. sandbox), this can be
|
||||
* set to true. This should also be true for the dumm entry at the end
|
||||
* set to true. This should also be true for the dummy entry at the end
|
||||
* of fstypes[], since that is essentially a "virtual" (non-existent)
|
||||
* filesystem.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue