]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
main: Fix typos and checkpatch warnings in command line reading
authorSimon Glass <sjg@chromium.org>
Wed, 15 May 2013 06:23:58 +0000 (06:23 +0000)
committerTom Rini <trini@ti.com>
Tue, 4 Jun 2013 20:06:31 +0000 (16:06 -0400)
commit4933381a5b221d31305aef94bef990b3c6a65454
tree1c8323ed862a0fd0f14fd9ca7f47cfd26344f562
parentf2abca8459cf873147f37c0a1fe007ccc36a8926
main: Fix typos and checkpatch warnings in command line reading

There are a few over-long lines and other checkpatch problems in this area
of the code. Prepare the ground for the next patch by tidying these up.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
common/main.c