Re: [PATCH] uprobe: fix misleading log entry

From: Oleg Nesterov
Date: Thu Oct 25 2012 - 10:13:54 EST


On 07/18, Jovi Zhang wrote:
>
> --- a/kernel/trace/trace_uprobe.c
> +++ b/kernel/trace/trace_uprobe.c
> @@ -191,7 +191,7 @@ static int create_trace_uprobe(int argc, char **argv)
> if (argv[0][0] == '-')
> is_delete = true;
> else if (argv[0][0] != 'p') {
> - pr_info("Probe definition must be started with 'p', 'r' or" " '-'.\n");
> + pr_info("Probe definition must be started with 'p' or '-'.\n");
> return -EINVAL;
> }

Thanks, applied as 0d13ac96 (with Srikar's ack) in misc#uprobes/core

Oleg.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/