Merge tag 'io_uring-5.14-2021-07-30' of git://git.kernel.dk/linux-block
[linux-2.6-microblaze.git] / lib / dynamic_debug.c
index d3ce782..cb5abb4 100644 (file)
@@ -991,7 +991,7 @@ static int ddebug_dyndbg_param_cb(char *param, char *val,
 
        ddebug_exec_queries((val ? val : "+p"), modname);
 
-       return 0; /* query failure shouldnt stop module load */
+       return 0; /* query failure shouldn't stop module load */
 }
 
 /* handle both dyndbg and $module.dyndbg params at boot */