On Wednesday 11 November 2009, Zachary T Welch wrote: > Subsequent patches expect all command handlers to use a uniform > parameter naming scheme. In the entire tree, these two files used > non-standard 'argv' instead of 'args'. This patch reduces noise > required to unify all command handlers with a single definition.
Not that it's a big deal ... but the convention in C has long been to call the argument vector "argv". Goes back to K&R days. I can understand wanting a smaller patch than switching "args" over to "argv" though. Just ... don't call "argv" nonstandard, when it's more the other way around ("args" nonstandard). _______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development