Commit 6b8b5fa2 authored by Jaakko Tyynismaa's avatar Jaakko Tyynismaa Committed by Greg Kroah-Hartman

staging: mt7621-mmc: Add blank line after declaration

Add blank line after declaration.
Reported by checkpatch.
Signed-off-by: default avatarJaakko Tyynismaa <jaakko.tyynismaa@hotmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 97972ccc
......@@ -1794,6 +1794,7 @@ static int msdc_drv_remove(struct platform_device *pdev)
static void msdc_drv_pm(struct platform_device *pdev, pm_message_t state)
{
struct mmc_host *mmc = platform_get_drvdata(pdev);
if (mmc) {
struct msdc_host *host = mmc_priv(mmc);
msdc_pm(state, (void *)host);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment