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
 };
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to