linux/drivers/staging/mt7621-mmc
Nícolas F. R. A. Prado 4e32a39881 staging: mt7621-mmc: Add blank line after declaration
Correct the following warning from checkpatch.pl:

WARNING: Missing a blank line after declarations
+		struct msdc_host *host = mmc_priv(mmc);
+		msdc_pm(state, (void *)host);

Signed-off-by: Nícolas F. R. A. Prado <nfraprado@protonmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-11-07 12:27:33 +01:00
..
board.h staging: mt7621-mmc: Use BIT macro instead of explicit shifting in board.h 2018-07-29 10:08:02 +02:00
dbg.c staging: mt7621-mmc: Fix lines over 80 characters in dbg.c 2018-10-14 13:30:33 +02:00
dbg.h staging: mt7621-mmc: Use BIT macro instead of explicit shifting in dbg.h 2018-10-14 13:30:34 +02:00
Kconfig
Makefile
mt6575_sd.h staging: mt7621-mmc: Cleanup source of base address for io 2018-06-28 21:48:04 +09:00
sd.c staging: mt7621-mmc: Add blank line after declaration 2018-11-07 12:27:33 +01:00
TODO