From c2faf4f901c20193b7fb0a4859cae12bd21f057e Mon Sep 17 00:00:00 2001 From: Joe Hershberger Date: Tue, 15 May 2012 08:59:10 +0000 Subject: net: cosmetic: rarp.* checkpatch compliance Signed-off-by: Joe Hershberger Acked-by: Simon Glass --- net/rarp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/rarp.h') diff --git a/net/rarp.h b/net/rarp.h index 0c16d46668..4e92d80a65 100644 --- a/net/rarp.h +++ b/net/rarp.h @@ -35,9 +35,9 @@ * Global functions and variables. */ -extern int RarpTry; +extern int RarpTry; -extern void RarpRequest (void); /* Send a RARP request */ +extern void RarpRequest(void); /* Send a RARP request */ /**********************************************************************/ -- cgit v1.2.1