Date: Thu, 16 Feb 2017 12:08:52 +0000 (UTC) From: Hans Petter Selasky <hselasky@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r313806 - head/sys/compat/linuxkpi/common/include/linux Message-ID: <201702161208.v1GC8qrs000431@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702161208.v1GC8qrs000431>