cvs commit: src/sys/pci if_sfreg.h
Pawel Jakub Dawidek
pjd at FreeBSD.org
Thu Nov 18 08:48:45 GMT 2004
On Wed, Nov 17, 2004 at 11:33:56PM +0000, Christian Brueffer wrote:
+> brueffer 2004-11-17 23:33:56 UTC
+>
+> FreeBSD src repository (doc committer)
+>
+> Modified files:
+> sys/pci if_sfreg.h
+> Log:
+> Add missing /* DEVICE_POLLING */
[...]
+> @@ -29,7 +29,7 @@
+> * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+> * THE POSSIBILITY OF SUCH DAMAGE.
+> *
+> - * $FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/sys/pci/if_sfreg.h,v 1.11 2004/11/10 23:04:39 brueffer Exp $
+> + * $FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/sys/pci/if_sfreg.h,v 1.12 2004/11/17 23:33:56 brueffer Exp $
+> */
+>
+> /*
+> @@ -1048,7 +1048,7 @@ struct sf_softc {
+> struct mtx sf_mtx;
+> #ifdef DEVICE_POLLING
+> int rxcycles;
+> -#endif
+> +#endif /* DEVICE_POLLING */
+> };
:)
From style(9):
"For short conditionally compiled regions, a closing comment should not
be used."
--
Pawel Jakub Dawidek http://www.FreeBSD.org
pjd at FreeBSD.org http://garage.freebsd.pl
FreeBSD committer Am I Evil? Yes, I Am!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-src/attachments/20041118/efc14b5b/attachment.bin
More information about the cvs-src
mailing list