svn commit: r345370 - head/sys/dev/sdhci

Bjoern A. Zeeb bz at FreeBSD.org
Thu Mar 21 10:23:03 UTC 2019


Author: bz
Date: Thu Mar 21 10:23:02 2019
New Revision: 345370
URL: https://svnweb.freebsd.org/changeset/base/345370

Log:
  Align struct sdhci_slot MMCCAM members.
  
  Whitespace only, no functional change.
  
  MFC after:	2 weeks
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/dev/sdhci/sdhci.h

Modified: head/sys/dev/sdhci/sdhci.h
==============================================================================
--- head/sys/dev/sdhci/sdhci.h	Thu Mar 21 08:54:34 2019	(r345369)
+++ head/sys/dev/sdhci/sdhci.h	Thu Mar 21 10:23:02 2019	(r345370)
@@ -413,10 +413,10 @@ struct sdhci_slot {
 #ifdef MMCCAM
 	/* CAM stuff */
 	union ccb	*ccb;
-	struct cam_devq		*devq;
-	struct cam_sim		*sim;
-	struct mtx		sim_mtx;
-	u_char			card_present; /* XXX Maybe derive this from elsewhere? */
+	struct cam_devq	*devq;
+	struct cam_sim	*sim;
+	struct mtx	sim_mtx;
+	u_char		card_present;	/* XXX Maybe derive this from elsewhere? */
 #endif
 };
 


More information about the svn-src-head mailing list