Date: Fri, 30 May 2008 19:59:38 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sym sym_hipd.c Message-ID: <200805301959.m4UJxcwt066906@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2008-05-30 19:59:38 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/dev/sym sym_hipd.c
Log:
MFC: 1.56; 1.57; 1.58; 1.63; 1.66; 1.68
- Fix -Wundef.
- FreeBSD has had endian conversion macros for a long time. Axe the custom
macros in this driver.
- Fix typo in comment.
- Fix various compilation warnings for gcc-4.2.
- Use NULL instead of 0 for pointers.
- Remove superfluous returns in functions returning void.
- In sym_alloc_lcb_tags() return directly instead of jumping
to a label which just returns.
- Fix some spelling in comments.
- Remove trailing whitespace.
Revision Changes Path
1.55.2.2 +587 -639 src/sys/dev/sym/sym_hipd.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805301959.m4UJxcwt066906>
