hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/crypto/crct10dif_generic.c
....@@ -35,7 +35,7 @@
3535 };
3636
3737 /*
38
- * Steps through buffer one byte at at time, calculates reflected
38
+ * Steps through buffer one byte at a time, calculates reflected
3939 * crc using table.
4040 */
4141
....@@ -112,7 +112,7 @@
112112 crypto_unregister_shash(&alg);
113113 }
114114
115
-module_init(crct10dif_mod_init);
115
+subsys_initcall(crct10dif_mod_init);
116116 module_exit(crct10dif_mod_fini);
117117
118118 MODULE_AUTHOR("Tim Chen <tim.c.chen@linux.intel.com>");