]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net/tftp.c: cosmetic: fix pointer syntax issues
authorLuca Ceresoli <luca.ceresoli@comelit.it>
Sat, 14 May 2011 05:49:58 +0000 (05:49 +0000)
committerWolfgang Denk <wd@denx.de>
Thu, 19 May 2011 19:35:48 +0000 (21:35 +0200)
commit2e320257c8a4b1a4eda0840117fccf7b8c4dd437
tree3dd26cb052a2df866f037c897ff2ef6d460467f9
parentc718b1439b77d0d6a64392002d2f78f446898659
net/tftp.c: cosmetic: fix pointer syntax issues

This removes the following checkpatch issues:
 - ERROR: "foo * bar" should be "foo *bar"
 - ERROR: "(foo*)" should be "(foo *)"

Signed-off-by: Luca Ceresoli <luca.ceresoli@comelit.it>
Cc: Wolfgang Denk <wd@denx.de>
net/tftp.c