Loading kernel/torture.c +3 −3 Original line number Diff line number Diff line Loading @@ -816,9 +816,9 @@ bool torture_init_begin(char *ttype, int v) { mutex_lock(&fullstop_mutex); if (torture_type != NULL) { pr_alert("torture_init_begin: Refusing %s init: %s running.\n", ttype, torture_type); pr_alert("torture_init_begin: One torture test at a time!\n"); pr_alert("%s: Refusing %s init: %s running.\n", __func__, ttype, torture_type); pr_alert("%s: One torture test at a time!\n", __func__); mutex_unlock(&fullstop_mutex); return false; } Loading Loading
kernel/torture.c +3 −3 Original line number Diff line number Diff line Loading @@ -816,9 +816,9 @@ bool torture_init_begin(char *ttype, int v) { mutex_lock(&fullstop_mutex); if (torture_type != NULL) { pr_alert("torture_init_begin: Refusing %s init: %s running.\n", ttype, torture_type); pr_alert("torture_init_begin: One torture test at a time!\n"); pr_alert("%s: Refusing %s init: %s running.\n", __func__, ttype, torture_type); pr_alert("%s: One torture test at a time!\n", __func__); mutex_unlock(&fullstop_mutex); return false; } Loading