[U-Boot] [PATCH] net: Add labels to endifs and remove impossible conditional code block

2010-10-21 Thread Gray Remlin
Labels added to endifs to aid readability of the net/bootp.c file. A block of code was marked for conditional compilation but the condition could never arise, the ifdef\endif code block has been deleted. Signed-off-by: Gray Remlin g_rem...@rocketmail.com --- net/bootp.c | 93

Re: [U-Boot] [PATCH] net: Add labels to endifs and remove impossible conditional code block

2010-10-21 Thread Wolfgang Denk
Dear Gray Remlin, In message 4cc09695.6070...@rocketmail.com you wrote: Labels added to endifs to aid readability of the net/bootp.c file. A block of code was marked for conditional compilation but the condition could never arise, the ifdef\endif code block has been deleted. ... -#if

Re: [U-Boot] [PATCH] net: Add labels to endifs and remove impossible conditional code block

2010-10-21 Thread Reinhard Meyer
Dear Wolfgang Denk, In message4cc09695.6070...@rocketmail.com you wrote: Labels added to endifs to aid readability of the net/bootp.c file. A block of code was marked for conditional compilation but the condition could never arise, the ifdef\endif code block has been deleted. ... -#if