Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Sep 2020 21:49:31 +0000 (UTC)
From:      Mateusz Guzik <mjg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r365140 - head/sys/dev/viapm
Message-ID:  <202009012149.081LnVwA040617@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mjg
Date: Tue Sep  1 21:49:31 2020
New Revision: 365140
URL: https://svnweb.freebsd.org/changeset/base/365140

Log:
  viapm: clean up empty lines in .c and .h files

Modified:
  head/sys/dev/viapm/viapm.c

Modified: head/sys/dev/viapm/viapm.c
==============================================================================
--- head/sys/dev/viapm/viapm.c	Tue Sep  1 21:49:14 2020	(r365139)
+++ head/sys/dev/viapm/viapm.c	Tue Sep  1 21:49:31 2020	(r365140)
@@ -178,7 +178,6 @@ static devclass_t viapropm_devclass;
 
 #define SMBSCTRL_ENABLE		0x01	/* enable slave */
 
-
 /*
  * VIA8233 definitions
  */
@@ -243,7 +242,6 @@ viapm_586b_probe(device_t dev)
 	return ENXIO;
 }
 
-
 static int
 viapm_pro_probe(device_t dev)
 {
@@ -528,7 +526,7 @@ viabb_setsda(device_t dev, int data)
 
 	return;
 }
-	
+
 static int
 viabb_reset(device_t dev, u_char speed, u_char addr, u_char *oldaddr)
 {
@@ -987,7 +985,7 @@ static device_method_t viapropm_methods[] = {
 	DEVMETHOD(smbus_readw,		viasmb_readw),
 	DEVMETHOD(smbus_bwrite,		viasmb_bwrite),
 	DEVMETHOD(smbus_bread,		viasmb_bread),
-	
+
 	/* Bus interface */
 	DEVMETHOD(bus_alloc_resource,	bus_generic_alloc_resource),
 	DEVMETHOD(bus_release_resource,	bus_generic_release_resource),



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009012149.081LnVwA040617>