From: Wolfgang Denk <wd@pollux.denx.de>
Date: Wed, 11 Oct 2006 22:01:08 +0000 (+0200)
Subject: Minor code cleanup.
X-Git-Tag: v2025.01-rc5-pxa1908~22943^2^2
X-Git-Url: http://git.dujemihanovic.xyz/html/static/gitweb.css?a=commitdiff_plain;h=c668670391eab0f39adbb139d6bca5ba2a383342;p=u-boot.git

Minor code cleanup.
---

diff --git a/net/bootp.c b/net/bootp.c
index 8f1382e945..1de9a8f2c6 100644
--- a/net/bootp.c
+++ b/net/bootp.c
@@ -851,7 +851,7 @@ static void DhcpSendRequestPkt(Bootp_t *bp_offer)
 	NetCopyIP(&bp->bp_ciaddr, &bp_offer->bp_ciaddr); /* both in network byte order */
 	NetCopyIP(&bp->bp_yiaddr, &bp_offer->bp_yiaddr);
 	NetCopyIP(&bp->bp_siaddr, &bp_offer->bp_siaddr);
-	/* 
+	/*
 	 * RFC3046 requires Relay Agents to discard packets with
 	 * nonzero and offered giaddr
 	 */