Re: [PATCH/RFC] samples/: move kprobes sources to samples

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: roel
Date: Monday, September 24, 2007 - 3:24 pm

I could only point to three nitpicks 

Randy Dunlap wrote:

or do:
	ret = register_jprobe(&my_jprobe);
	if (ret < 0) {


or without brackets


or:
	ret = register_kretprobe(&my_kretprobe);
	if ( ret < 0 ) {


-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH/RFC] samples/: move kprobes sources to samples, Randy Dunlap, (Mon Sep 24, 2:58 pm)
Re: [PATCH/RFC] samples/: move kprobes sources to samples, Mathieu Desnoyers, (Mon Sep 24, 3:21 pm)
Re: [PATCH/RFC] samples/: move kprobes sources to samples, roel, (Mon Sep 24, 3:24 pm)
Re: [PATCH/RFC] samples/: move kprobes sources to samples, Mathieu Desnoyers, (Mon Sep 24, 3:45 pm)
Re: [PATCH/RFC] samples/: move kprobes sources to samples, Ananth N Mavinakayan ..., (Tue Sep 25, 1:43 am)
Re: [PATCH/RFC] samples/: move kprobes sources to samples, Christoph Hellwig, (Tue Sep 25, 1:57 am)
Re: [PATCH/RFC] samples/: move kprobes sources to samples, Ananth N Mavinakayan ..., (Tue Sep 25, 3:00 am)