svn commit: r346394 - stable/12/sys/dev/sdhci
Bjoern A. Zeeb
bz at FreeBSD.org
Fri Apr 19 15:50:52 UTC 2019
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
};
More information about the svn-src-stable-12
mailing list