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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 */