From: NĂ­colas F. R. A. Prado Date: Wed, 7 Nov 2018 00:42:42 +0000 (-0200) Subject: staging: mt7621-mmc: Add blank line after declaration X-Git-Tag: v5.0-rc1~97^2~388 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e32a398817b2d60072dc7f3efe3d368c69b42ad;p=thirdparty%2Flinux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/mt7621-mmc/sd.c b/drivers/staging/mt7621-mmc/sd.c index 0379f9c96f2a9..7b66f9b0a0941 100644 --- a/drivers/staging/mt7621-mmc/sd.c +++ b/drivers/staging/mt7621-mmc/sd.c @@ -1797,6 +1797,7 @@ static void msdc_drv_pm(struct platform_device *pdev, pm_message_t state) if (mmc) { struct msdc_host *host = mmc_priv(mmc); + msdc_pm(state, (void *)host); } }