Date: Sun, 15 Jan 2017 14:02:48 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 216111] Minor violation of style(9) in hash.h Message-ID: <bug-216111-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216111 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@FreeBSD.org Reporter: bltsrc@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,=20 return (hash); not return hash; --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216111-8>