Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

Commit

Permalink
exfat: fix filesystem registration
Browse files Browse the repository at this point in the history
Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com>
  • Loading branch information
arter97 committed Sep 14, 2019
1 parent 66570b6 commit 0085001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion super.c
Original file line number Diff line number Diff line change
Expand Up @@ -3802,7 +3802,7 @@ static void __exit exit_exfat_fs(void)
module_init(init_exfat_fs);
module_exit(exit_exfat_fs);

MODULE_ALIAS_FS("exfat");
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("FAT/exFAT filesystem support");
MODULE_AUTHOR("Samsung Electronics Co., Ltd.");

0 comments on commit 0085001

Please sign in to comment.