On Mon, 2011-12-12 at 03:16 +0000, ANNIE LI wrote:Ok, I will correct comments and add parameter names of existing function in a third patch.You can give the parameters names in the function pointers too, that'sPlease can you name the arguments here and then refer to them by name inPlease check following comments in gnttab_ops, I changed the "First
the comments instead of all this "First parameter", "second one" stuff.
Similarly for the existing comments sorry I didn't notice this in
previous review.
parameter", "second one" into parameter name. However, it looks not very
consistent with parameters format of function fn since only parameter
type exists, not name.
what I was suggesting.
e.g.:
int (*map_frames)(unsigned long *frames, unsigned int nr);
Ian.--