Staging: clocking-wizard: CHECK:Please use a blank line

This patch fixes the checkpatch.pl issue:

CHECK: Please use a blank line after function/struct/union/enum declarations

Signed-off-by: SirnamSwetha <theonly.ultimate@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
SirnamSwetha 2016-01-31 02:21:52 +05:30 committed by Greg Kroah-Hartman
parent 82293995e8
commit 6e0906c72f

View file

@ -71,6 +71,7 @@ struct clk_wzrd {
int speed_grade;
bool suspended;
};
#define to_clk_wzrd(_nb) container_of(_nb, struct clk_wzrd, nb)
/* maximum frequencies for input/output clocks per speed grade */