svn commit: r313806 - head/sys/compat/linuxkpi/common/include/linux

Hans Petter Selasky hselasky at FreeBSD.org
Thu Feb 16 12:08:53 UTC 2017


Author: hselasky
Date: Thu Feb 16 12:08:52 2017
New Revision: 313806
URL: https://svnweb.freebsd.org/changeset/base/313806

Log:
  Whitespace fix.
  
  Obtained from:		kmacy @
  MFC after:		1 week
  Sponsored by:		Mellanox Technologies

Modified:
  head/sys/compat/linuxkpi/common/include/linux/device.h

Modified: head/sys/compat/linuxkpi/common/include/linux/device.h
==============================================================================
--- head/sys/compat/linuxkpi/common/include/linux/device.h	Thu Feb 16 11:38:50 2017	(r313805)
+++ head/sys/compat/linuxkpi/common/include/linux/device.h	Thu Feb 16 12:08:52 2017	(r313806)
@@ -413,7 +413,7 @@ class_create(struct module *owner, const
 
 	class = kzalloc(sizeof(*class), M_WAITOK);
 	class->owner = owner;
-	class->name= name;
+	class->name = name;
 	class->class_release = linux_class_kfree;
 	error = class_register(class);
 	if (error) {


More information about the svn-src-all mailing list