From de26c73155eff0146cfaad45fa78275ccf8abada Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sun, 4 Nov 2012 01:21:49 +0000 Subject: MFC r241844: remove duplicate semicolons where possible. Approved by: cperciva (implicit) --- sys/dev/hpt27xx/os_bsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/hpt27xx') diff --git a/sys/dev/hpt27xx/os_bsd.c b/sys/dev/hpt27xx/os_bsd.c index 43f8116ed40d..12f832bae5de 100644 --- a/sys/dev/hpt27xx/os_bsd.c +++ b/sys/dev/hpt27xx/os_bsd.c @@ -133,7 +133,7 @@ HPT_U8 pcicfg_read_byte (HPT_U8 bus, HPT_U8 dev, HPT_U8 func, HPT_U8 reg) } HPT_U32 pcicfg_read_dword(HPT_U8 bus, HPT_U8 dev, HPT_U8 func, HPT_U8 reg) { - return (HPT_U32)pci_cfgregread(bus, dev, func, reg, 4);; + return (HPT_U32)pci_cfgregread(bus, dev, func, reg, 4); } void pcicfg_write_byte (HPT_U8 bus, HPT_U8 dev, HPT_U8 func, HPT_U8 reg, HPT_U8 v) { -- cgit v1.3