svn commit: r365140 - head/sys/dev/viapm

Mateusz Guzik mjg at FreeBSD.org
Tue Sep 1 21:49:32 UTC 2020


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),


More information about the svn-src-head mailing list