CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2017/08/11 07:51:45
Modified files: sys/net : switchofp.c Log message: Instead of repeating the same return statement in both cases of a final if statement, use it once after the if statement. Avoids duplicated and structurally dead code. Coverity CID 1452943; Severity: Insignificant OK millert@ goda@