From 13dfe94379f3899e0e8806d7e3654815e194a463 Mon Sep 17 00:00:00 2001 From: Joe Hershberger Date: Tue, 15 May 2012 08:59:12 +0000 Subject: net: cosmetic: tftp.* checkpatch compliance Signed-off-by: Joe Hershberger Acked-by: Simon Glass --- net/tftp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/tftp.h') diff --git a/net/tftp.h b/net/tftp.h index c51aa253c4..18e4c9c25d 100644 --- a/net/tftp.h +++ b/net/tftp.h @@ -19,7 +19,7 @@ void TftpStart(enum proto_t protocol); /* Begin TFTP get/put */ #ifdef CONFIG_CMD_TFTPSRV -extern void TftpStartServer(void); /* Wait for incoming TFTP put */ +extern void TftpStartServer(void); /* Wait for incoming TFTP put */ #endif /**********************************************************************/ -- cgit v1.2.3