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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"