|
@@ -56,7 +56,7 @@ static void nop_trace_reset(struct trace_array *tr)
|
|
|
}
|
|
|
|
|
|
/* It only serves as a signal handler and a callback to
|
|
|
- * accept or refuse tthe setting of a flag.
|
|
|
+ * accept or refuse the setting of a flag.
|
|
|
* If you don't implement it, then the flag setting will be
|
|
|
* automatically accepted.
|
|
|
*/
|
|
@@ -75,7 +75,7 @@ static int nop_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set)
|
|
|
|
|
|
if (bit == TRACE_NOP_OPT_REFUSE) {
|
|
|
printk(KERN_DEBUG "nop_test_refuse flag set to %d: we refuse."
|
|
|
- "Now cat trace_options to see the result\n",
|
|
|
+ " Now cat trace_options to see the result\n",
|
|
|
set);
|
|
|
return -EINVAL;
|
|
|
}
|