Commit 6e0906c7 authored by SirnamSwetha's avatar SirnamSwetha Committed by Greg Kroah-Hartman

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: default avatarSirnamSwetha <theonly.ultimate@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 82293995
......@@ -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 */
......
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