diff options
| author | Andriy Gapon <avg@FreeBSD.org> | 2021-12-17 11:20:47 +0000 |
|---|---|---|
| committer | Andriy Gapon <avg@FreeBSD.org> | 2021-12-17 11:24:53 +0000 |
| commit | 8eca341d9bb678f08065edd8f24c2ab32dcf8e56 (patch) | |
| tree | 7fe0e4fcbdd54a80c732c5cb92ee5b983eae3861 /sys/cam/mmc | |
| parent | 2fcd7d380ba103060d43d6d01c1af6bb95819504 (diff) | |
Diffstat (limited to 'sys/cam/mmc')
| -rw-r--r-- | sys/cam/mmc/mmc_sim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/mmc/mmc_sim.h b/sys/cam/mmc/mmc_sim.h index 10bd183c307d..18c49b3f57e8 100644 --- a/sys/cam/mmc/mmc_sim.h +++ b/sys/cam/mmc/mmc_sim.h @@ -33,7 +33,7 @@ struct mmc_sim { struct mmc_cam_sim_softc *sc; struct mtx mtx; - char name[64]; + char name[16]; struct cam_devq *devq; struct cam_sim *sim; device_t dev; |
