1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

net: cosmetic: rarp.* checkpatch compliance

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Joe Hershberger
2012-05-15 08:59:10 +00:00
parent c9f6c91b48
commit c2faf4f901
2 changed files with 16 additions and 16 deletions

View File

@@ -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 */
/**********************************************************************/