From owner-cvs-src@FreeBSD.ORG Fri Jul 2 23:51:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29A9E16A4CE; Fri, 2 Jul 2004 23:51:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0939943D2D; Fri, 2 Jul 2004 23:51:45 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i62Npi0w057148; Fri, 2 Jul 2004 23:51:44 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i62Npi1f057147; Fri, 2 Jul 2004 23:51:44 GMT (envelope-from bms) Message-Id: <200407022351.i62Npi1f057147@repoman.freebsd.org> From: Bruce M Simpson Date: Fri, 2 Jul 2004 23:51:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci if_vr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 23:51:45 -0000 bms 2004-07-02 23:51:44 UTC FreeBSD src repository Modified files: sys/pci if_vr.c Log: style(9) compliance. Put some braces around the busy-wait loop in vr_rxeoc() to make the no-op semicolon more obvious. No functional changes. Running on the machine I am committing from without problems. Reviewed by: jmallett Revision Changes Path 1.87 +164 -276 src/sys/pci/if_vr.c