change argv to args in command handlers
authorZachary T Welch <zw@superlucidity.net>
Tue, 10 Nov 2009 10:43:11 +0000 (02:43 -0800)
committerZachary T Welch <zw@superlucidity.net>
Wed, 11 Nov 2009 19:50:36 +0000 (11:50 -0800)
commit9741e126fd854815460296ad47d027129c7f17bf
treec63b5a54178a93cd8ab8edebd9ee49450586b2a6
parente09d8938f5c27e49e81ed51379e1caa79b5f51c6
change argv to args in command handlers

Subsequent patches expect all command handlers to use a uniform
parameter naming scheme.  In the entire tree, these two files used
standard 'argv' instead of our non-standard 'args'.  This patch opts
to reduces the noise required to unify the command handlers, using
dominant 'args' form.

A future patch may be used to convert us back to the standard argv, but
that requires coordination with all developers to minimize disruptions.
src/flash/at91sam3.c
src/flash/davinci_nand.c
src/target/cortex_m3.c