[Bug 216111] Minor violation of style(9) in hash.h

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jan 15 14:02:48 UTC 2017


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

            Bug ID: 216111
           Summary: Minor violation of style(9) in hash.h
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: bltsrc at mail.ru

r273268, sys/sys/hash.h

hash32_buf
hash32_str
hash32_strn
hash32_stre
hash32_strne

functions should have return value enclosed in parentheses,
according to style(9).

Thus, should be, for example, 
return (hash);
not
return hash;

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list