kernel/crypto/crct10dif_generic.c
.. .. @@ -35,7 +35,7 @@ 35 35 }; 36 36 37 37 /* 38 - * Steps through buffer one byte at at time, calculates reflected38 + * Steps through buffer one byte at a time, calculates reflected39 39 * crc using table. 40 40 */ 41 41 .. .. @@ -112,7 +112,7 @@ 112 112 crypto_unregister_shash(&alg); 113 113 } 114 114 115 -module_init(crct10dif_mod_init);115 +subsys_initcall(crct10dif_mod_init);116 116 module_exit(crct10dif_mod_fini); 117 117 118 118 MODULE_AUTHOR("Tim Chen <tim.c.chen@linux.intel.com>");