From 263be723714ffcdf9293f3f4bd75bbdc12340cc5 Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Thu, 21 Mar 2019 10:23:02 +0000 Subject: [PATCH] Align struct sdhci_slot MMCCAM members. Whitespace only, no functional change. MFC after: 2 weeks Sponsored by: The FreeBSD Foundation --- sys/dev/sdhci/sdhci.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/dev/sdhci/sdhci.h b/sys/dev/sdhci/sdhci.h index 84ec5fb0a91..9d68a14b28a 100644 --- a/sys/dev/sdhci/sdhci.h +++ b/sys/dev/sdhci/sdhci.h @@ -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 };