commit | 2e320257c8a4b1a4eda0840117fccf7b8c4dd437 | [log] [tgz] |
---|---|---|
author | Luca Ceresoli <luca.ceresoli@comelit.it> | Sat May 14 05:49:58 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Thu May 19 21:35:48 2011 +0200 |
tree | 3dd26cb052a2df866f037c897ff2ef6d460467f9 | |
parent | c718b1439b77d0d6a64392002d2f78f446898659 [diff] |
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>