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) {
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to