mirror of
https://github.com/torvalds/linux.git
synced 2024-11-29 15:41:36 +00:00
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:
parent
82293995e8
commit
6e0906c72f
@ -71,6 +71,7 @@ struct clk_wzrd {
|
|||||||
int speed_grade;
|
int speed_grade;
|
||||||
bool suspended;
|
bool suspended;
|
||||||
};
|
};
|
||||||
|
|
||||||
#define to_clk_wzrd(_nb) container_of(_nb, struct clk_wzrd, nb)
|
#define to_clk_wzrd(_nb) container_of(_nb, struct clk_wzrd, nb)
|
||||||
|
|
||||||
/* maximum frequencies for input/output clocks per speed grade */
|
/* maximum frequencies for input/output clocks per speed grade */
|
||||||
|
Loading…
Reference in New Issue
Block a user