https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207857

            Bug ID: 207857
           Summary: usr/src/sys/contrib/ncsw/etc/mm.c:328: pointless test
                    ?
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: [email protected]
          Reporter: [email protected]

usr/src/sys/contrib/ncsw/etc/mm.c:328]: (style) Redundant condition:
alignBase<end. 'A || (!A && B)' is equivalent to 'A || B'

Source code is

              if ( alignBase >= end ||
                     (alignBase < end && ((end-alignBase) < alignment)) )

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to