diff options
Diffstat (limited to 'src/commonlib/storage/mmc.c')
-rw-r--r-- | src/commonlib/storage/mmc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/commonlib/storage/mmc.c b/src/commonlib/storage/mmc.c index 6346c432ba..d822865053 100644 --- a/src/commonlib/storage/mmc.c +++ b/src/commonlib/storage/mmc.c @@ -9,7 +9,8 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + */ +/* * MultiMediaCard (MMC) and eMMC specific support code * This code is controller independent */ |