Author: bz
Date: Fri Apr 19 15:50:51 2019
New Revision: 346394
URL: https://svnweb.freebsd.org/changeset/base/346394

Log:
  MFC r345370:
  
    Align struct sdhci_slot MMCCAM members.
  
    Whitespace only, no functional change.

Modified:
  stable/12/sys/dev/sdhci/sdhci.h
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/dev/sdhci/sdhci.h
==============================================================================
--- stable/12/sys/dev/sdhci/sdhci.h     Fri Apr 19 15:48:57 2019        
(r346393)
+++ stable/12/sys/dev/sdhci/sdhci.h     Fri Apr 19 15:50:51 2019        
(r346394)
@@ -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-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to