Remove break after return.

Add XXX comment where intent is unclear.

Found by:	FlexeLint
This commit is contained in:
Poul-Henning Kamp 2003-06-01 09:27:33 +00:00
parent 961de0b761
commit b3c481ae1a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115615

View File

@ -1816,7 +1816,6 @@ an_setdef(sc, areq)
default:
printf("an%d: unknown RID: %x\n", sc->an_unit, areq->an_type);
return;
break;
}
@ -1838,6 +1837,7 @@ an_promisc(sc, promisc)
{
if (sc->an_was_monitor)
an_reset(sc);
/* XXX: indentation bug or braces bug ? */
if (sc->mpi350)
an_init_mpi350_desc(sc);
if (sc->an_monitor || sc->an_was_monitor)