]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: mt7621-mmc: Add blank line after declaration
authorNícolas F. R. A. Prado <nfraprado@protonmail.com>
Wed, 7 Nov 2018 00:42:42 +0000 (22:42 -0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Nov 2018 11:27:33 +0000 (12:27 +0100)
commit4e32a398817b2d60072dc7f3efe3d368c69b42ad
tree51349132b9bc2cc56737b1bdf0aec05609bd00b7
parent089257429d0de255ba4cd5d51f1a55fd14358cda
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>
drivers/staging/mt7621-mmc/sd.c