Date: Fri, 20 Jan 2006 11:38:25 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/em if_em.c Message-ID: <200601201138.k0KBcQtN056230@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glebius 2006-01-20 11:38:25 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: An attemp to make driver more readable and attaractive for further hacking: - Remove all spaces at eol. - Improve style(9) in most frequently edited functions. - In em_encap() push variables for 82544 workaround in the block where they are only used. - In em_get_buf() remove unused variable. Revision Changes Path 1.102 +417 -457 src/sys/dev/em/if_em.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601201138.k0KBcQtN056230>