svn commit: r324409 - stable/11/sys/dev/smbus

Konstantin Belousov kib at FreeBSD.org
Sun Oct 8 08:01:26 UTC 2017


Author: kib
Date: Sun Oct  8 08:01:24 2017
New Revision: 324409
URL: https://svnweb.freebsd.org/changeset/base/324409

Log:
  MFC r324174:
  FIx include guard name.

Modified:
  stable/11/sys/dev/smbus/smbconf.h
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/dev/smbus/smbconf.h
==============================================================================
--- stable/11/sys/dev/smbus/smbconf.h	Sun Oct  8 07:20:47 2017	(r324408)
+++ stable/11/sys/dev/smbus/smbconf.h	Sun Oct  8 08:01:24 2017	(r324409)
@@ -25,8 +25,8 @@
  *
  * $FreeBSD$
  */
-#ifndef __SMBONF_H
-#define __SMBONF_H
+#ifndef __DEV_SMBUS_SMBCONF_H
+#define	__DEV_SMBUS_SMBCONF_H
 
 #include <sys/queue.h>
 
@@ -124,4 +124,4 @@ extern devclass_t smbus_devclass;
 #define SMBUS_MAXVER	1
 #define SMBUS_PREFVER	SMBUS_MODVER
 
-#endif
+#endif	/* __DEV_SMBUS_SMBCONF_H */


More information about the svn-src-stable mailing list