Minor fix (spaces and comment)

This commit is contained in:
fbernon 2007-08-22 11:00:02 +00:00
parent 42f3c24fc4
commit 2f344268ff

View File

@ -235,11 +235,11 @@ ethernetif_input(struct netif *netif)
ethhdr = p->payload; ethhdr = p->payload;
switch (htons(ethhdr->type)) { switch (htons(ethhdr->type)) {
/* IP or ARP packet? */ /* IP or ARP packet? */
case ETHTYPE_IP: case ETHTYPE_IP:
case ETHTYPE_ARP: case ETHTYPE_ARP:
#if PPPOE_SUPPORT #if PPPOE_SUPPORT
/* PPPoE packet? */
case ETHTYPE_PPPOEDISC: case ETHTYPE_PPPOEDISC:
case ETHTYPE_PPPOE: case ETHTYPE_PPPOE:
#endif /* PPPOE_SUPPORT */ #endif /* PPPOE_SUPPORT */